summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gui/packages/desktop/src/renderer/app.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/packages/desktop/src/renderer/app.js b/gui/packages/desktop/src/renderer/app.js
index 7e44e45f52..8f9f18eba6 100644
--- a/gui/packages/desktop/src/renderer/app.js
+++ b/gui/packages/desktop/src/renderer/app.js
@@ -520,6 +520,8 @@ export default class AppRenderer {
if (accountToken) {
log.debug(`Account token is set. Showing the tunnel view.`);
+ this._accountDataCache.fetch(accountToken);
+
actions.account.updateAccountToken(accountToken);
actions.account.loginSuccessful();