From 700d0dc4db7b18fc47adb74d694c99ffcc5a1920 Mon Sep 17 00:00:00 2001 From: thursday Date: Tue, 23 Nov 2021 17:34:02 -0500 Subject: Replace EXTERNAL_DOMAIN variable with APP_URL --- start/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'start/events.js') 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}, we received a request to reset your Ferdi account password. Use the link below to reset your password. If you didn't requested that your password be reset, please ignore this message. -${Env.get('EXTERNAL_DOMAIN')}/user/reset?token=${encodeURIComponent(token)} +${Env.get('APP_URL')}/user/reset?token=${encodeURIComponent(token)} This message was sent automatically. Please do not reply. `; -- cgit v1.2.3-70-g09d2