diff --git a/packages/sdk-react/src/components/auth/Auth.tsx b/packages/sdk-react/src/components/auth/Auth.tsx index 4d7f4936..ad3c1ecf 100644 --- a/packages/sdk-react/src/components/auth/Auth.tsx +++ b/packages/sdk-react/src/components/auth/Auth.tsx @@ -18,8 +18,6 @@ import { useTurnkey } from "../../hooks/use-turnkey"; import { getVerifiedSuborgs } from "../../actions/getVerifiedSuborgs"; import { FilterType, OtpType, authErrors } from "./constants"; -type AuthSection = "email" | "passkey" | "phone" | "socials"; - const passkeyIcon = ( = ({ ); }; - const renderSection = (section: AuthSection) => { + const renderSection = (section: string) => { switch (section) { case "email": return authConfig.emailEnabled && !otpId ? (