chore(webui): various inconsequential fixes
This commit is contained in:
parent
6fb2db436d
commit
d084a07bb5
2 changed files with 3 additions and 6 deletions
|
@ -231,7 +231,7 @@ func (db *DB) SaveAccount(account *model.Account) error {
|
|||
account.PasswordReset,
|
||||
account.Id)
|
||||
if err != nil {
|
||||
return fmt.Errorf("failed to update user id %s: %w", account.Id, err)
|
||||
return fmt.Errorf("failed to update account id %s: %w", account.Id, err)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue