Skip to content

Commit

Permalink
Update view for email verification.
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemjohn committed Apr 16, 2019
1 parent 8cd1cc7 commit 2282f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/views/auth/verify.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@endif

{{ __('Before proceeding, please check your email for a verification link.') }}
{{ __('If you did not receive the email') }}, <a href="{{ route('verification.resend') }}">{{ __('click here to request another') }}</a>.
{{ __('If you did not receive the email') }}, <a href="{{ route('guard.verification.resend', ['guard' => 'client']) }}">{{ __('click here to request another') }}</a>.
</div>
</div>
</div>
Expand Down

0 comments on commit 2282f37

Please sign in to comment.