{BUGFIX} On update my account
This commit is contained in:
parent
5a7d9d707f
commit
30bd3ebdf9
1 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,9 @@ class Me extends Pages {
|
|||
}
|
||||
}
|
||||
|
||||
if (value.mastodon !== undefined) {
|
||||
user.mastodon = value.mastodon;
|
||||
}
|
||||
|
||||
if (value.password) {
|
||||
user.salt = value.password;
|
||||
|
|
Loading…
Reference in a new issue