✨ Multi-factor authentication alias
This commit is contained in:
parent
fda4e1a98a
commit
b18735643e
@ -32,6 +32,10 @@ import FactorApplicator from "~/components/auth/FactorApplicator.vue"
|
|||||||
import AccountAuthenticate from "~/components/auth/Authenticate.vue"
|
import AccountAuthenticate from "~/components/auth/Authenticate.vue"
|
||||||
import AuthenticateCompleted from "~/components/auth/AuthenticateCompleted.vue"
|
import AuthenticateCompleted from "~/components/auth/AuthenticateCompleted.vue"
|
||||||
|
|
||||||
|
definePageMeta({
|
||||||
|
alias: ["/auth/mfa"],
|
||||||
|
})
|
||||||
|
|
||||||
const route = useRoute()
|
const route = useRoute()
|
||||||
|
|
||||||
const loading = ref(false)
|
const loading = ref(false)
|
||||||
|
Loading…
Reference in New Issue
Block a user