Skip to content

Commit abddd53

Browse files
author
Flávio HG
authored
Fix for register
Had also an extra =
1 parent 3be5b00 commit abddd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

1111
<h2>Register</h2>
1212

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

1515
{{ csrf_field() }}
1616

0 commit comments

Comments
 (0)