Merge branch 'patch-1' into 'master'
Update form login untuk menggunakan method `POST` dari yang tadinya `PUT` See merge request !1
This commit is contained in:
commit
d007f52e70
@ -14,8 +14,6 @@
|
|||||||
<label for="password">Password: </label>
|
<label for="password">Password: </label>
|
||||||
<input type="password" name="password" value="" placeholder="Tulis password">
|
<input type="password" name="password" value="" placeholder="Tulis password">
|
||||||
|
|
||||||
<input type="hidden" name="_method" value="put">
|
|
||||||
|
|
||||||
<input type="hidden" name="_token" value="{{ token }}">
|
<input type="hidden" name="_token" value="{{ token }}">
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
Loading…
Reference in New Issue
Block a user