mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-09-02 11:24:31 +00:00
removed email verification from blade temp until fixed
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
@section('content')
|
||||
<h4 style="font-size: 1em;">Hello, {{$user->name}}</h4>
|
||||
<p style="font-size: 0.9em">verify your email to finish your account registration on <a href="https://www.izyim.com/" class="bold">https://www.izyim.com</a></p>
|
||||
<p style="margin-top: 30px; font-size: 0.8em">Please confirm that <b>{{$user->email}}</b> is your email address by clicking on the button below or use this link <a href="{{route('email.verification', ['token' => $attempt->token])}}">{{route('email.verification', ['token' => $attempt->token])}}</a> within 48 hours</p>
|
||||
<p style="margin-top: 30px; font-size: 0.8em">Please confirm that <b>{{$user->email}}</b> is your email address by clicking on the button below or use this link <a href=""></a> within 48 hours</p>
|
||||
<div style="margin-top: 20px;">
|
||||
<a href=""><button class="btn all-caps bg-primary no-border text-white pointer" style="font-size: 0.8em">Verify</button></a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user