mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-09-20 04:36:09 +08:00
revert: using old salt value (#29)
Signed-off-by: Yinan Qin <39023210+elysia-best@users.noreply.github.com>
This commit is contained in:
@ -19,7 +19,7 @@ const (
|
||||
ADMIN
|
||||
)
|
||||
|
||||
const StaticHashSalt = "https://github.com/OpenListTeam/OpenList"
|
||||
const StaticHashSalt = "https://github.com/alist-org/alist"
|
||||
|
||||
type User struct {
|
||||
ID uint `json:"id" gorm:"primaryKey"` // unique key
|
||||
|
Reference in New Issue
Block a user