Fix changing username
This commit is contained in:
parent
4e61848d31
commit
8821f09a9d
@ -122,7 +122,7 @@ class Messaging {
|
||||
// do other string cleanup?
|
||||
|
||||
if (newValue) {
|
||||
this.userName = newValue;
|
||||
this.username = newValue;
|
||||
this.updateUsernameFields(newValue);
|
||||
setLocalStorage(this.keyUsername, newValue);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user