Skip to content

Commit 7e55733

Browse files
authored
Merge pull request #3 from edgeuplink/patch-1
Fix on login view
2 parents c8f2387 + de98c56 commit 7e55733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stubs/views/auth/login.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<h2>Login</h2>
1212

13-
<form class="uk-form-stacked" role="form" method="POST" = action="{{ route('login') }}">
13+
<form class="uk-form-stacked" role="form" method="POST" action="{{ route('login') }}">
1414

1515
{{ csrf_field() }}
1616

0 commit comments

Comments
 (0)