{"version":3,"file":"register.fa392f28.js","sources":["../../../../composables/register.ts"],"sourcesContent":["import { useRoute } from '#imports';\nimport { computed } from '#build/imports';\n\nexport const useRegistration = () => {\n const route = useRoute();\n\n const isRegistrationFunnel = computed(() => route.path.startsWith('/register'));\n const isRegistrationStep = computed(() => route.path.startsWith('/register') && !route.path.startsWith('/register/success'));\n\n return {\n isRegistrationFunnel,\n isRegistrationStep,\n };\n};\n"],"names":["useRegistration","route","useRoute","isRegistrationFunnel","computed","isRegistrationStep"],"mappings":"4KAGO,MAAMA,EAAkB,IAAM,CACnC,MAAMC,EAAQC,IAERC,EAAuBC,EAAS,IAAMH,EAAM,KAAK,WAAW,WAAW,CAAC,EACxEI,EAAqBD,EAAS,IAAMH,EAAM,KAAK,WAAW,WAAW,GAAK,CAACA,EAAM,KAAK,WAAW,mBAAmB,CAAC,EAEpH,MAAA,CACL,qBAAAE,EACA,mBAAAE,CAAA,CAEJ"}