Multi-factor authentication alias

This commit is contained in:
LittleSheep 2024-08-12 22:45:10 +08:00
parent fda4e1a98a
commit b18735643e

View File

@ -32,6 +32,10 @@ import FactorApplicator from "~/components/auth/FactorApplicator.vue"
import AccountAuthenticate from "~/components/auth/Authenticate.vue"
import AuthenticateCompleted from "~/components/auth/AuthenticateCompleted.vue"
definePageMeta({
alias: ["/auth/mfa"],
})
const route = useRoute()
const loading = ref(false)