Compare commits

..

No commits in common. "30bd3ebdf9cef72b9ddcdbb8dbdb0cef66db46ad" and "041e24e26fb759d251a1e7689132c7f8b0d38c34" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View file

@ -37,9 +37,7 @@ class Me extends Pages {
} }
} }
if (value.mastodon !== undefined) {
user.mastodon = value.mastodon; user.mastodon = value.mastodon;
}
if (value.password) { if (value.password) {
user.salt = value.password; user.salt = value.password;