Skip to content

Commit de98c56

Browse files
author
Flávio HG
authored
Fix on login view
Had an extra =
1 parent 3be5b00 commit de98c56

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)