revert: using old salt value (#29)

Signed-off-by: Yinan Qin <39023210+elysia-best@users.noreply.github.com>
This commit is contained in:
Yinan Qin
2025-06-13 12:47:51 +08:00
committed by GitHub
parent 9e05c81d9c
commit 3f821bdcd1

View File

@ -19,7 +19,7 @@ const (
ADMIN ADMIN
) )
const StaticHashSalt = "https://github.com/OpenListTeam/OpenList" const StaticHashSalt = "https://github.com/alist-org/alist"
type User struct { type User struct {
ID uint `json:"id" gorm:"primaryKey"` // unique key ID uint `json:"id" gorm:"primaryKey"` // unique key