Fix theme being overridden to light even after login is completed
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
dcc8862d4c
commit
b77c2df2be
2 changed files with 2 additions and 1 deletions
|
@ -674,6 +674,7 @@ export default createReactClass({
|
|||
this.state.view !== VIEWS.E2E_SETUP
|
||||
) {
|
||||
this._onLoggedIn();
|
||||
ThemeController.isLogin = false;
|
||||
}
|
||||
break;
|
||||
case 'on_client_not_viable':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue