diff --git a/web/components/modals/FediAuthModal/FediAuthModal.tsx b/web/components/modals/FediAuthModal/FediAuthModal.tsx index 4ebf84766..c7a06fbce 100644 --- a/web/components/modals/FediAuthModal/FediAuthModal.tsx +++ b/web/components/modals/FediAuthModal/FediAuthModal.tsx @@ -21,7 +21,7 @@ export const FediAuthModal: FC = ({ const [valid, setValid] = useState(false); const [account, setAccount] = useState(''); const [code, setCode] = useState(''); - const [verifyingCode, setVerifyingCode] = useState(true); + const [verifyingCode, setVerifyingCode] = useState(false); const message = !authenticated ? (