Use named login route
This commit is contained in:
parent
ec8a3d2e56
commit
d844734b6c
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
<button class="btn btn-lg btn-primary btn-block">{{ trans('auth/general.login') }}</button>
|
||||
</div>
|
||||
<div class="col-md-12 col-sm-12 col-xs-12 text-right" style="padding-top: 10px;">
|
||||
<a href="{{ url('/') }}/password/reset">{{ trans('auth/general.forgot_password') }}</a>
|
||||
<a href="{{ route('password.request') }}">{{ trans('auth/general.forgot_password') }}</a>
|
||||
</div>
|
||||
</div> <!-- end login box -->
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue