Skip to content
Prev Previous commit
Next Next commit
merge
  • Loading branch information
ikethirdweb committed Oct 20, 2023
commit e42ce0cc0b2365c8e304e8dccc681ad19a6a09ff
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const EmailSelectionUI: React.FC<
custom_auth?: boolean;
}
> = ({ onSelect, walletConfig, oauthOptions, email, custom_auth }) => {
const l = useLocale();
const theme = useGlobalTheme();
const [emailInput, setEmailInput] = useState<string>("");
const [errorMessage, setErrorMessage] = useState<string>("");
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.