Skip to content

Commit 717f7ee

Browse files
committed
Ensure auth is propagated after anonymous login
1 parent f797ea4 commit 717f7ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project-fortis-interfaces/src/routes/AppPage.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export const AppPage = createReactClass({
8989
const user = this.adApplication.getUser();
9090
localStorage.setItem(reactAppAdTokenStoreKey, token);
9191
this.getFlux().actions.DASHBOARD.handleAuth({ user, token });
92+
window.location.reload();
9293
},
9394

9495
adLogin() {

0 commit comments

Comments
 (0)