Real feel-less refresh token

This commit is contained in:
2024-02-18 15:51:27 +08:00
parent cc2aa8ef40
commit 00028cfce8
20 changed files with 250 additions and 210 deletions

View File

@ -43,9 +43,8 @@ func LookupAccount(id string) (models.Account, error) {
func CreateAccount(name, nick, email, password string) (models.Account, error) {
user := models.Account{
Name: name,
Nick: nick,
State: models.PendingAccountState,
Name: name,
Nick: nick,
Profile: models.AccountProfile{
Experience: 100,
},