From ef2693dc82c0bf6eb2c8b99e00dcabf4d2c92402 Mon Sep 17 00:00:00 2001 From: mahdihty Date: Sat, 17 Apr 2021 15:35:34 +0430 Subject: [PATCH] add auth to notification link --- resources/lang/fa/notification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fa/notification.php b/resources/lang/fa/notification.php index c625810..97aa71e 100644 --- a/resources/lang/fa/notification.php +++ b/resources/lang/fa/notification.php @@ -91,7 +91,7 @@ return [ 'subject' => 'لینک احراز هویت', 'body' => 'کد تایید شما :code', 'new_body' => 'برای ادامه فرایند ثبت نام لینک زیر را دنبال کنید.', - 'link' => 'http://localhost:3000/verification?email=:email&type=:type&signature=:signature' + 'link' => 'http://localhost:3000/auth/verification?email=:email&type=:type&signature=:signature' ] ],