Skip to content

Commit

Permalink
Fix social sign ups redirecting unintentionally (#7744)
Browse files Browse the repository at this point in the history
  • Loading branch information
DejayJD authored Feb 29, 2024
1 parent 557142b commit f4863c6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export const CreateEmailScreen = (props: SignOnScreenProps) => {
const handleSocialMediaLoginSuccess = useCallback(
(result: { requiresReview: boolean; handle: string }) => {
const { handle, requiresReview } = result
dispatch(startSignUp())
handleCompleteSocialMediaLogin()
dispatch(setLinkedSocialOnFirstPage(true))
dispatch(setValueField('handle', handle))
Expand Down

0 comments on commit f4863c6

Please sign in to comment.