Rewrote login system (may ruin everything)

master
Glitch 2016-07-11 22:30:04 +00:00
parent 1b9aa95618
commit 3527c4a35e
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
<div class="input-field">
<input id="username" name="username" type="text" />
<label for="username">Username</label>
</div>
<div class="input-field">
<input id="password" name="password" type="password" />
<label for="password">Password</label>
<input name="_csrf_token" type="hidden" value="{{ csrf_token() }}" />