Fix changing username

This commit is contained in:
Gabe Kangas
2020-06-14 18:28:21 -07:00
parent 4e61848d31
commit 8821f09a9d

View File

@@ -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);
} }