Skip to content

Commit e78ffce

Browse files
author
Flávio HG
authored
Fix for extra =
1 parent 3be5b00 commit e78ffce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stubs/views/auth/passwords/email.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</div>
1717
@endif
1818

19-
<form class="uk-form-stacked" role="form" method="POST" = action="{{ route('password.email') }}">
19+
<form class="uk-form-stacked" role="form" method="POST" action="{{ route('password.email') }}">
2020

2121
{{ csrf_field() }}
2222

0 commit comments

Comments
 (0)