diff --git a/internal/model/user.go b/internal/model/user.go index 758eaf36..7dac68ec 100644 --- a/internal/model/user.go +++ b/internal/model/user.go @@ -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