diff --git a/src/2sv/smartphone/Intro.vue b/src/2sv/smartphone/Intro.vue index d8b20283..74997707 100644 --- a/src/2sv/smartphone/Intro.vue +++ b/src/2sv/smartphone/Intro.vue @@ -52,7 +52,7 @@ const hasBackup = (m) => { } const nextUrl = computed(() => { - if (!hasKey(mfa)) { + if (!hasKey(mfa) || mfa.numVerified < 3) { return '/2sv/usb-security-key/intro' } if (!hasBackup(mfa)) {