We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f797ea4 commit 717f7eeCopy full SHA for 717f7ee
project-fortis-interfaces/src/routes/AppPage.js
@@ -89,6 +89,7 @@ export const AppPage = createReactClass({
89
const user = this.adApplication.getUser();
90
localStorage.setItem(reactAppAdTokenStoreKey, token);
91
this.getFlux().actions.DASHBOARD.handleAuth({ user, token });
92
+ window.location.reload();
93
},
94
95
adLogin() {
0 commit comments