Skip to content

Commit 7ea1213

Browse files
committed
Update login.blade.php
1 parent 4e0ad9e commit 7ea1213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/auth/login.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</div>
1919
@endif
2020

21-
<form class="form-horizontal" role="form" method="POST" action="/auth/login">
21+
<form class="form-horizontal" role="form" method="POST" action="{{ url('/auth/login') }}">
2222
<input type="hidden" name="_token" value="{{ csrf_token() }}">
2323

2424
<div class="form-group">
@@ -49,7 +49,7 @@
4949
<div class="col-md-6 col-md-offset-4">
5050
<button type="submit" class="btn btn-primary">Login</button>
5151

52-
<a class="btn btn-link" href="/password/email">Forgot Your Password?</a>
52+
<a class="btn btn-link" href="{{ url('/password/email') }}">Forgot Your Password?</a>
5353
</div>
5454
</div>
5555
</form>

0 commit comments

Comments
 (0)