We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf8600 commit 0ddc73aCopy full SHA for 0ddc73a
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