From afdb66c02c2ed399558ba082bb36c80c3e1d508c Mon Sep 17 00:00:00 2001 From: Eunju Huss Date: Fri, 13 Dec 2024 13:25:20 +0100 Subject: [PATCH] Change the place of the
and
--- .../Dashboard/UseSecurityKeyToggle.tsx | 46 +++++++++---------- 1 file changed, 22 insertions(+), 24 deletions(-) diff --git a/src/components/Dashboard/UseSecurityKeyToggle.tsx b/src/components/Dashboard/UseSecurityKeyToggle.tsx index ccaf34b98..ecccf2f37 100644 --- a/src/components/Dashboard/UseSecurityKeyToggle.tsx +++ b/src/components/Dashboard/UseSecurityKeyToggle.tsx @@ -35,34 +35,32 @@ export default function UseSecurityKeyToggle(): JSX.Element | null { } return ( - <> + {/* always_use_security_key toggle button */}
- -
- + ); }