diff --git a/client/src/components/Form.tsx b/client/src/components/Form.tsx index 01f9423..6ed61db 100644 --- a/client/src/components/Form.tsx +++ b/client/src/components/Form.tsx @@ -19,15 +19,15 @@ type Stage = | "processing" | "videoDisplay"; -interface Session { - countryCode: string; - phoneNumber: string; +// interface Session { +// countryCode: string; +// phoneNumber: string; - otpSession: string; +// otpSession: string; - token: string; - berealToken: string; -} +// token: string; +// berealToken: string; +// } const Form: React.FC = () => { const [error, setError] = useState(null);