Remove redundant reset
This commit is contained in:
parent
d0e270bd1c
commit
b3a862c2c2
1 changed files with 0 additions and 4 deletions
|
@ -76,10 +76,6 @@ class SessionStore extends Store {
|
|||
}
|
||||
}
|
||||
|
||||
reset() {
|
||||
this._state = Object.assign({}, INITIAL_STATE);
|
||||
}
|
||||
|
||||
getCachedPassword() {
|
||||
return this._state.cachedPassword;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue