diff --git a/packages/client/src/pages/settings/2fa.vue b/packages/client/src/pages/settings/2fa.vue index 6a2a5b40c..361690b6e 100644 --- a/packages/client/src/pages/settings/2fa.vue +++ b/packages/client/src/pages/settings/2fa.vue @@ -14,17 +14,7 @@
- - { - if (canceled) return; - registerTOTP(); - }); -} - async function unregisterKey(key) { const confirm = await os.confirm({ type: "question",