mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/models: fix changing avatar
This commit is contained in:
@ -66,6 +66,7 @@ class User extends events.EventTarget {
|
||||
detail.avatarStyle = this._avatarStyle;
|
||||
}
|
||||
if (this._avatarContent) {
|
||||
detail.avatarStyle = this._avatarStyle;
|
||||
files.avatar = this._avatarContent;
|
||||
}
|
||||
if (this._password) {
|
||||
|
Reference in New Issue
Block a user