-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: don't show error view when cancelling oauth #1087
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks good to me, just a flag to think about storing the error string in a const file in case gets changed it later.
8f17322
to
7047540
Compare
7047540
to
5441bb5
Compare
hmmm aight so the site is failing to deploy consistently which makes me wonder something funky is happening in main. will take a look |
9df9a98
to
34185de
Compare
34185de
to
6260689
Compare
This is an intentional action from the user and not an error. Instead, just return to the main screen.
6260689
to
ff9a780
Compare
This is an intentional action from the user and not an error. Instead, just return to the main screen.
PR-Codex overview
This PR focuses on enhancing the OAuth flow in the
CompletingOAuth
component by adding error handling for cancelled OAuth processes and updating the dependencies.Detailed summary
@account-kit/signer
as a new dependency.OauthCancelledError
from@account-kit/signer
.oauthWasCancelled
to handle cancelled OAuth scenarios.useEffect
hook to includeoauthWasCancelled
.ConnectionError
component.