aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-11-23 12:59:36 -0500
committerLibravatar GitHub <noreply@github.com>2021-11-23 12:59:36 -0500
commit7ec6ae429adda6b3af661c580a9eccb32cdf64e6 (patch)
tree0dfd117eb57ee8d3f26ae7ee2ad6e45ff665b930
parentSpecify https for EXTERNAL_DOMAIN (diff)
downloadferdium-server-7ec6ae429adda6b3af661c580a9eccb32cdf64e6.tar.gz
ferdium-server-7ec6ae429adda6b3af661c580a9eccb32cdf64e6.tar.zst
ferdium-server-7ec6ae429adda6b3af661c580a9eccb32cdf64e6.zip
Fixed spelling
-rw-r--r--start/events.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/start/events.js b/start/events.js
index b2356d0..d0fb749 100644
--- a/start/events.js
+++ b/start/events.js
@@ -5,7 +5,7 @@ const Env = use('Env');
5Event.on('forgot::password', async ({ user, token }) => { 5Event.on('forgot::password', async ({ user, token }) => {
6 const body = ` 6 const body = `
7Hello ${user.username}, 7Hello ${user.username},
8we just recieved a request to reset your password of your Ferdi account. 8we just received a request to reset your password of your Ferdi account.
9Use the link below to reset your password. If you havn't requested this, please ignore this message. 9Use the link below to reset your password. If you havn't requested this, please ignore this message.
10 10
11${Env.get('EXTERNAL_DOMAIN')}/user/reset?token=${encodeURIComponent(token)} 11${Env.get('EXTERNAL_DOMAIN')}/user/reset?token=${encodeURIComponent(token)}