From a8a71f1a12f538f344a705b81e13447a4a4e7475 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Mon, 14 Sep 2020 16:50:52 +0800 Subject: [PATCH] removed email verification from blade temp until fixed --- resources/views/emails/account/user_verification.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/emails/account/user_verification.blade.php b/resources/views/emails/account/user_verification.blade.php index 9f8a3596..a67d1748 100644 --- a/resources/views/emails/account/user_verification.blade.php +++ b/resources/views/emails/account/user_verification.blade.php @@ -5,7 +5,7 @@

verify your email to finish your account registration on https://www.izyim.com

Please confirm that {{$user->email}} is your email address by clicking on the button below or use this link {{route('email.verification', ['token' => $attempt->token])}} within 48 hours

- +
If you didn't perform this request you can safely ignore this email.
@endsection \ No newline at end of file