mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 03:07:47 +00:00
Update pushover link to work in prod env
This commit is contained in:
@@ -279,7 +279,7 @@ AS $pushover_subscribe_link$
|
||||
-- On sucess redirect to API endpoint
|
||||
SELECT CONCAT(
|
||||
'?success=',
|
||||
public.urlescape_py_fn(CONCAT(app_url,'/rpc/pushover_fn?token=')),
|
||||
public.urlescape_py_fn(CONCAT(app_url,'/pushover?token=')),
|
||||
otp_code)
|
||||
INTO success;
|
||||
-- On failure redirect to user settings, where he does come from
|
||||
|
Reference in New Issue
Block a user