From ed9cf7f33db337544f2ef9f92eafcbb9b8e03b4e Mon Sep 17 00:00:00 2001 From: ItzNotABug Date: Fri, 16 Aug 2024 12:56:46 +0530 Subject: [PATCH] add: totp app status pill, fix alignment. --- src/routes/console/account/updateMfa.svelte | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/src/routes/console/account/updateMfa.svelte b/src/routes/console/account/updateMfa.svelte index 86e8eccca..88f52fc4a 100644 --- a/src/routes/console/account/updateMfa.svelte +++ b/src/routes/console/account/updateMfa.svelte @@ -109,13 +109,18 @@
-
+
-
- Authenticator app - +
+ Authenticator app + {#if $factors.totp} + connected + {/if} +
+ Use an authentication app to generate two-factor authentication codes.
@@ -141,7 +146,7 @@
-
+
@@ -185,7 +190,7 @@
-
+