-
Notifications
You must be signed in to change notification settings - Fork 8
AUTH-247 show tip message for auth0 errors #1226
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
Conversation
| } else { | ||
| message = `${message} Please clear your cookies and try again.`; | ||
| } | ||
| if (eventId) { |
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.
Is the eventId only present when in "special" error scenarios?
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.
The event id should be present after any message is sent to sentry. I think the only real case it will not be present is on the vm where sentry is disabled.
|
|
||
| if (!this.isServer) { | ||
| // delay loading of webauth until we've confirmed we're in the browser, | ||
| // as it complains about not having window |
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.
Guess this was fixed in some update?
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.
Yes, with version 1.4.1 of idtoken-verifier auth0/idtoken-verifier@7e25214
No description provided.