Skip to content

Commit

Permalink
Improved login links
Browse files Browse the repository at this point in the history
  • Loading branch information
libern committed Oct 30, 2016
1 parent 171e7f5 commit ca2ada6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/angulr/auth/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<button type="submit" class="btn btn-lg btn-primary btn-block">
Log in
</button>
<div class="text-center m-t m-b"><a ui-sref="access.forgotpwd">Forgot password?</a></div>
<div class="text-center m-t m-b"><a href="{{ url('/password/reset') }}">Forgot password?</a></div>
<div class="line line-dashed"></div>
<p class="text-center">
<small>Do not have an account?</small>
Expand Down

0 comments on commit ca2ada6

Please sign in to comment.