mirror of
https://github.com/Dvorinka/PPve.git
synced 2026-06-04 04:22:58 +00:00
Add files via upload
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user