Added login function
This commit is contained in:
@@ -17,14 +17,16 @@
|
||||
<input type="password" name="password" value="" placeholder="Type your password">
|
||||
|
||||
<!-- method -->
|
||||
<input type="hidden" name="_method" value="post">
|
||||
<input type="hidden" name="_method" value="put">
|
||||
|
||||
<!-- Token -->
|
||||
<input type="hidden" name="_token" value="##TOKEN##">
|
||||
<input type="hidden" name="_token" value="{{ token }}">
|
||||
|
||||
<br>
|
||||
|
||||
<button type="submit" name="login">Login</button>
|
||||
</form>
|
||||
|
||||
<a href="/">-> Alternative route</a>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user