mirror of
https://github.com/ente-io/ente.git
synced 2025-08-14 02:07:33 +00:00
tsc
This commit is contained in:
@@ -26,7 +26,7 @@ export type VerifyTwoFactorCallback = (
|
||||
|
||||
export default function VerifyTwoFactor(props: Props) {
|
||||
const [waiting, setWaiting] = useState(false);
|
||||
const otpInputRef = useRef(null);
|
||||
const otpInputRef = useRef<OtpInput>(null);
|
||||
const [success, setSuccess] = useState(false);
|
||||
|
||||
const markSuccessful = async () => {
|
||||
|
Reference in New Issue
Block a user