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 1dcf185 commit 52a7192Copy full SHA for 52a7192
packages/app/src/app/overmind/onInitialize.ts
@@ -52,7 +52,9 @@ export const onInitialize: OnInitialize = async (
52
53
effects.gql.initialize(gqlOptions, () => effects.live.socket);
54
55
- await actions.internal.setActiveTeamFromUrlOrStore();
+ if (state.hasLogIn) {
56
+ await actions.internal.setActiveTeamFromUrlOrStore();
57
+ }
58
59
effects.notifications.initialize({
60
provideSocket() {
0 commit comments