feat(frontend): Refactor auth and split into separate files
This commit is contained in:
@@ -26,7 +26,7 @@ definePageMeta({ layout: 'auth' })
|
||||
useSeoMeta({ title: 'Sign up' })
|
||||
|
||||
const toast = useToast()
|
||||
const { signUp } = useUserStore()
|
||||
const { signUp } = useAuth()
|
||||
|
||||
const fields = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user