Remove redundant reset

This commit is contained in:
Luke Barnard 2017-05-31 15:32:55 +01:00
parent d0e270bd1c
commit b3a862c2c2

View file

@ -76,10 +76,6 @@ class SessionStore extends Store {
}
}
reset() {
this._state = Object.assign({}, INITIAL_STATE);
}
getCachedPassword() {
return this._state.cachedPassword;
}