Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.