committed by
GitHub
parent
c5828325a2
commit
a149c52b99
@@ -29,10 +29,10 @@
|
||||
"@marsidev/react-turnstile": "^1.1.0",
|
||||
"@radix-ui/react-icons": "^1.3.2",
|
||||
"@supabase/supabase-js": "2.49.4",
|
||||
"@tanstack/react-query": "5.72.1",
|
||||
"@tanstack/react-query": "5.72.2",
|
||||
"@types/react": "19.1.0",
|
||||
"lucide-react": "^0.487.0",
|
||||
"next": "15.2.5",
|
||||
"next": "15.3.0",
|
||||
"react-hook-form": "^7.55.0",
|
||||
"react-i18next": "^15.4.1",
|
||||
"sonner": "^2.0.3",
|
||||
|
||||
@@ -278,7 +278,7 @@ function FactorsListContainer({
|
||||
const verifiedFactors = factors?.totp ?? [];
|
||||
|
||||
return (
|
||||
<div className={'flex flex-col space-y-4 animate-in fade-in duration-500'}>
|
||||
<div className={'animate-in fade-in flex flex-col space-y-4 duration-500'}>
|
||||
<div>
|
||||
<span className={'font-medium'}>
|
||||
<Trans i18nKey={'account:selectFactor'} />
|
||||
|
||||
Reference in New Issue
Block a user