We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415ac7a commit 6cfdd03Copy full SHA for 6cfdd03
1 file changed
apps/code/src/renderer/features/auth/stores/authStore.ts
@@ -858,9 +858,6 @@ export const useAuthStore = create<AuthState>()(
858
859
completeOnboarding: () => {
860
set({ hasCompletedOnboarding: true });
861
- if (!useSeatStore.getState().seat) {
862
- useSeatStore.getState().provisionFreeSeat();
863
- }
864
},
865
866
selectPlan: (plan: "free" | "pro") => {
0 commit comments