Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 3f821bd

Browse files
authored
revert: using old salt value (#29)
Signed-off-by: Yinan Qin <[email protected]>
1 parent 9e05c81 commit 3f821bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/model/user.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const (
1919
ADMIN
2020
)
2121

22-
const StaticHashSalt = "https://github.com/OpenListTeam/OpenList"
22+
const StaticHashSalt = "https://github.com/alist-org/alist"
2323

2424
type User struct {
2525
ID uint `json:"id" gorm:"primaryKey"` // unique key

0 commit comments

Comments
 (0)