Use the full app.url for the password link

This commit is contained in:
Raveesh 2016-06-17 17:52:14 -04:00
parent 4a148ac069
commit bb3d88cce5

View file

@ -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>