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 192c3cf commit e3eb15dCopy full SHA for e3eb15d
packages/app/src/app/overmind/factories.ts
@@ -39,7 +39,7 @@ export const withLoadApp = <T>(
39
40
state.isAuthenticating = false;
41
42
- if (state.jwt) {
+ if (state.user) {
43
actions.internal.setPatronPrice();
44
actions.internal.setSignedInCookie();
45
effects.analytics.identify('signed_in', true);
0 commit comments