Put the reset method in the right scope...
This commit is contained in:
@@ -72,10 +72,10 @@ class SessionStore extends Store {
|
||||
this.reset();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
reset() {
|
||||
this._state = Object.assign({}, INITIAL_STATE);
|
||||
}
|
||||
reset() {
|
||||
this._state = Object.assign({}, INITIAL_STATE);
|
||||
}
|
||||
|
||||
getCachedPassword() {
|
||||
|
||||
Reference in New Issue
Block a user