Skip to content

Commit

Permalink
fix: leave continue button stay as disabled once social login is trig…
Browse files Browse the repository at this point in the history
…gered
  • Loading branch information
hcho112 committed Aug 2, 2024
1 parent 2a5eecc commit b4f9cc5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ function AuthCallbackPage() {
await onSocialSignIn({
params, setStatusMessage, setCallbackError, searchParams, navigate
});
setInFlight(false);
} else {
setStatusMessage('Click to proceed with fastauth social login');
}
Expand Down

0 comments on commit b4f9cc5

Please sign in to comment.