add(admin): add user
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-11 22:20:41 -07:00
parent f1414e3e4e
commit 2d206826d6
4 changed files with 113 additions and 2 deletions

View File

@@ -9,8 +9,13 @@
action="./users"
class="flex flex-col gap-2 text-black dark:text-white text-sm">
<input type="text"
id="username"
name="username"
id="operation"
name="operation"
value="CREATE"
class="hidden" />
<input type="text"
id="user"
name="user"
placeholder="User"
class="p-2 bg-gray-300 text-black dark:bg-gray-700 dark:text-white" />
<input type="password"