Browse Source

Fix changing username

pull/5/head
Gabe Kangas 6 years ago
parent
commit
8821f09a9d
  1. 2
      webroot/js/message.js

2
webroot/js/message.js

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

Loading…
Cancel
Save