Add files via upload

This commit is contained in:
Tomáš Dvořák
2025-05-26 13:16:23 +02:00
committed by GitHub
parent 247c0ef729
commit 8052d9a9ff
4 changed files with 527 additions and 168 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ var (
adminUsername = "admin"
// In a real app, store hashed password and retrieve from a secure storage
adminPasswordHash = mustHashPassword("admin123") // Default password, should be changed after first login
adminPasswordHash = mustHashPassword("admin") // Default password, should be changed after first login
)
func getJWTKey() []byte {