Fix bad default bool

This commit is contained in:
Gabe Kangas
2022-09-08 22:23:43 -07:00
parent b914408a11
commit 129d08144b

View File

@ -21,7 +21,7 @@ export const FediAuthModal: FC<FediAuthModalProps> = ({
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 ? (
<span>