mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 11:42:24 -05:00
[chore] Update versions, fix lint errors (#1860)
This commit is contained in:
parent
1d4137fb88
commit
21c1552daa
12 changed files with 66 additions and 57 deletions
|
|
@ -353,9 +353,5 @@ var Password action.GTSAction = func(ctx context.Context) error {
|
|||
}
|
||||
|
||||
u.EncryptedPassword = string(pw)
|
||||
if err := dbConn.UpdateUser(ctx, u, "encrypted_password"); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return nil
|
||||
return dbConn.UpdateUser(ctx, u, "encrypted_password")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue