mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-04 13:15:58 +03:00
Put the reset method in the right scope...
This commit is contained in:
parent
9311b9012a
commit
ac44151e2a
1 changed files with 3 additions and 3 deletions
|
@ -72,10 +72,10 @@ class SessionStore extends Store {
|
||||||
this.reset();
|
this.reset();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
reset() {
|
reset() {
|
||||||
this._state = Object.assign({}, INITIAL_STATE);
|
this._state = Object.assign({}, INITIAL_STATE);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
getCachedPassword() {
|
getCachedPassword() {
|
||||||
|
|
Loading…
Reference in a new issue