Some fixes related to developing my Micropub client

This commit is contained in:
Jonny Barnes 2025-08-17 11:05:38 +01:00
commit 363254d13c
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
6 changed files with 61 additions and 13 deletions

View file

@ -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

View file

@ -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">