1
0

fix(user): make reset the user's name to empty actually work

This commit is contained in:
kolaente
2023-01-23 18:30:01 +01:00
parent 7bf7a13bb9
commit 530bb0a63c
6 changed files with 11 additions and 11 deletions

View File

@ -267,7 +267,7 @@ func getOrCreateUser(s *xorm.Session, cl *claims, issuer, subject string) (u *us
Name: u.Name,
Issuer: issuer,
Subject: subject,
})
}, false)
if err != nil {
return nil, err
}