aboutsummaryrefslogtreecommitdiffstats
path: root/start
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-11-23 17:34:02 -0500
committerLibravatar thursday <xthursdayx@mailbox.org>2021-11-23 17:34:02 -0500
commit700d0dc4db7b18fc47adb74d694c99ffcc5a1920 (patch)
tree4aec7a3ca7397b5e975e6c97865e946173c2ba8c /start
parentFixed grammar (diff)
downloadferdium-server-700d0dc4db7b18fc47adb74d694c99ffcc5a1920.tar.gz
ferdium-server-700d0dc4db7b18fc47adb74d694c99ffcc5a1920.tar.zst
ferdium-server-700d0dc4db7b18fc47adb74d694c99ffcc5a1920.zip
Replace EXTERNAL_DOMAIN variable with APP_URL
Diffstat (limited to 'start')
-rw-r--r--start/events.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/start/events.js b/start/events.js
index b734797..481ad98 100644
--- a/start/events.js
+++ b/start/events.js
@@ -8,7 +8,7 @@ Hello ${user.username},
8we received a request to reset your Ferdi account password. 8we received a request to reset your Ferdi account password.
9Use the link below to reset your password. If you didn't requested that your password be reset, please ignore this message. 9Use the link below to reset your password. If you didn't requested that your password be reset, please ignore this message.
10 10
11${Env.get('EXTERNAL_DOMAIN')}/user/reset?token=${encodeURIComponent(token)} 11${Env.get('APP_URL')}/user/reset?token=${encodeURIComponent(token)}
12 12
13This message was sent automatically. Please do not reply. 13This message was sent automatically. Please do not reply.
14`; 14`;