Remove redundant reset
This commit is contained in:
@@ -76,10 +76,6 @@ class SessionStore extends Store {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
reset() {
|
|
||||||
this._state = Object.assign({}, INITIAL_STATE);
|
|
||||||
}
|
|
||||||
|
|
||||||
getCachedPassword() {
|
getCachedPassword() {
|
||||||
return this._state.cachedPassword;
|
return this._state.cachedPassword;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user