Skip to content

Commit

Permalink
feat: original email required for email verification label added in r…
Browse files Browse the repository at this point in the history
…egister page
  • Loading branch information
itsrafsanjani committed Aug 30, 2021
1 parent 579fe24 commit 65ef26d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/views/auth/register.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
<strong>{{ $errors->first('email') }}</strong>
</span>
@endif
<div class="text-muted">
<small>
Email verification is turned on, so please use your original email to get the verification link.
</small>
</div>
</div>
</div>

Expand Down

0 comments on commit 65ef26d

Please sign in to comment.