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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user