Skip to content

Commit 0ddc73a

Browse files
committed
Update authStore.ts
1 parent eaf8600 commit 0ddc73a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

apps/code/src/renderer/features/auth/stores/authStore.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -858,9 +858,6 @@ export const useAuthStore = create<AuthState>()(
858858

859859
completeOnboarding: () => {
860860
set({ hasCompletedOnboarding: true });
861-
if (!useSeatStore.getState().seat) {
862-
useSeatStore.getState().provisionFreeSeat();
863-
}
864861
},
865862

866863
selectPlan: (plan: "free" | "pro") => {

0 commit comments

Comments
 (0)