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