added basic login support
This commit is contained in:
@@ -56,6 +56,13 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<form hx-post="/login" hx-swap="none">
|
||||
<input type="hidden" name="csrf_token" value="{{csrf_token}}">
|
||||
<input name="email">
|
||||
<input name="password" type="password">
|
||||
<button>Login</button>
|
||||
</form>
|
||||
|
||||
<div class="app-panel"
|
||||
hx-get="/redirect?file=shadowrun.html"
|
||||
hx-trigger="click"
|
||||
|
||||
Reference in New Issue
Block a user