feat: add login component and user config

This commit is contained in:
2025-08-10 03:43:08 -06:00
parent 512e454b15
commit 99963f067c
3 changed files with 146 additions and 0 deletions

9
users.json Normal file
View File

@@ -0,0 +1,9 @@
{
"users": [
{
"username": "admin",
"password": "18ec3210467c363a6cf96901261be4431bb4a75285ccd362b8cf8eae504ce6250ea4d64264a75486bf446051e3d4a6ac004410914ae706d29a01e96ba53f49a3"
}
]
}