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 01f2b0a commit d3d0a6fCopy full SHA for d3d0a6f
src/commons/application/Application.tsx
@@ -101,6 +101,7 @@ const Application: React.FC = () => {
101
const token = JSON.parse(message.token.trim());
102
console.log(`FRONTEND: WebviewStarted: ${token}`);
103
dispatch(SessionActions.setTokens({accessToken: token.accessToken, refreshToken: token.refreshToken}));
104
+ dispatch(SessionActions.fetchUserAndCourse());
105
}
106
break;
107
case MessageTypeNames.Text:
0 commit comments