We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0ad9e commit 7ea1213Copy full SHA for 7ea1213
resources/views/auth/login.blade.php
@@ -18,7 +18,7 @@
18
</div>
19
@endif
20
21
- <form class="form-horizontal" role="form" method="POST" action="/auth/login">
+ <form class="form-horizontal" role="form" method="POST" action="{{ url('/auth/login') }}">
22
<input type="hidden" name="_token" value="{{ csrf_token() }}">
23
24
<div class="form-group">
@@ -49,7 +49,7 @@
49
<div class="col-md-6 col-md-offset-4">
50
<button type="submit" class="btn btn-primary">Login</button>
51
52
- <a class="btn btn-link" href="/password/email">Forgot Your Password?</a>
+ <a class="btn btn-link" href="{{ url('/password/email') }}">Forgot Your Password?</a>
53
54
55
</form>
0 commit comments