feat: add remember me on login, server-side admin checks on member management

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-03-07 20:38:08 +01:00
parent d46c365112
commit 9fe1630986
7 changed files with 75 additions and 7 deletions

View File

@@ -34,6 +34,12 @@
placeholder="Your password">
</div>
<div class="flex items-center">
<input type="checkbox" id="remember_me" name="remember_me" value="on" checked
class="h-4 w-4 rounded border-gray-300 text-gray-900 focus:ring-gray-900">
<label for="remember_me" class="ml-2 text-sm text-gray-600">Remember me</label>
</div>
<button
type="submit"
class="w-full py-2 bg-gray-900 text-white rounded-md font-medium hover:bg-gray-800">