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