mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Use the full app.url for the password link
This commit is contained in:
parent
4a148ac069
commit
bb3d88cce5
|
@ -51,7 +51,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="../password/reset">{{ trans('auth/general.forgot_password') }}</a>
|
||||
<a href="{{ config('app.url') }}/password/reset">{{ trans('auth/general.forgot_password') }}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue