Update register.blade.php
This commit is contained in:
parent
c07377b230
commit
95d708379f
|
@ -18,7 +18,7 @@
|
|||
</div>
|
||||
@endif
|
||||
|
||||
<form class="form-horizontal" role="form" method="POST" action="/auth/register">
|
||||
<form class="form-horizontal" role="form" method="POST" action="{{ url('/auth/register') }}">
|
||||
<input type="hidden" name="_token" value="{{ csrf_token() }}">
|
||||
|
||||
<div class="form-group">
|
||||
|
|
Loading…
Reference in New Issue