Some fixes related to developing my Micropub client
This commit is contained in:
parent
8eaca85fe0
commit
363254d13c
6 changed files with 61 additions and 13 deletions
|
|
@ -13,6 +13,6 @@
|
|||
@endforeach
|
||||
</ul>
|
||||
<p>
|
||||
Create a <a href="/admin/clients/new">new entry</a>?
|
||||
Create a <a href="/admin/clients/create">new entry</a>?
|
||||
</p>
|
||||
@stop
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
@section('content')
|
||||
<h2>Login</h2>
|
||||
<form action="login" method="post">
|
||||
<input type="hidden" name="_token" value="{{ csrf_token() }}">
|
||||
<form action="{{ route('login') }}" method="post">
|
||||
@csrf
|
||||
<input type="text" name="name" placeholder="username">
|
||||
<input type="password" name="password" placeholder="password">
|
||||
<input type="submit" name="submit" value="Login">
|
||||
|
|
|
|||
Loading…
Reference in a new issue