mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +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
|
-- On sucess redirect to API endpoint
|
||||||
SELECT CONCAT(
|
SELECT CONCAT(
|
||||||
'?success=',
|
'?success=',
|
||||||
public.urlescape_py_fn(CONCAT(app_url,'/rpc/pushover_fn?token=')),
|
public.urlescape_py_fn(CONCAT(app_url,'/pushover?token=')),
|
||||||
otp_code)
|
otp_code)
|
||||||
INTO success;
|
INTO success;
|
||||||
-- On failure redirect to user settings, where he does come from
|
-- On failure redirect to user settings, where he does come from
|
||||||
|
Reference in New Issue
Block a user