From af3f36f0637feb193c6445434af9adb3a3ab6781 Mon Sep 17 00:00:00 2001 From: Essem Date: Wed, 24 May 2023 14:40:11 -0500 Subject: [PATCH] Hide security key section if TOTP is disabled This should prevent some unintended behavior (and 500 errors) for now. --- packages/client/src/pages/settings/2fa.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/pages/settings/2fa.vue b/packages/client/src/pages/settings/2fa.vue index 4d856c86ca..a1af86b698 100644 --- a/packages/client/src/pages/settings/2fa.vue +++ b/packages/client/src/pages/settings/2fa.vue @@ -10,7 +10,7 @@ {{ i18n.ts.unregister }} -