Skip to content

Commit

Permalink
fix(onboarding)!: add auth
Browse files Browse the repository at this point in the history
  • Loading branch information
amandesai01 committed Sep 9, 2024
1 parent 8ec097d commit 6f61c19
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/pages/onboarding/index.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<script setup lang="ts">
definePageMeta({
middleware: 'auth',
});
useHead({
title: 'Setup your career site',
});
const { steps, currentStep, goToNextStep } = useOnboardingSteps();
const { key, finishOnboarding } = useOnboarding();
const logoId = ref('');
Expand Down

0 comments on commit 6f61c19

Please sign in to comment.