-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat(passport): Add signout link to all error pages #2654
feat(passport): Add signout link to all error pages #2654
Conversation
2af2d16
to
4392e87
Compare
d6abb5e
to
4392e87
Compare
@@ -370,6 +372,12 @@ export function ErrorBoundary({ error }) { | |||
<Links /> | |||
</head> | |||
<body className="min-h-[100dvh] flex justify-center items-center"> | |||
<section className="absolute right-0 top-0 p-4"> |
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.
When I got to any invalid URL under passport (add /asdf to any valid URL) and click Sign out on the new error page, I get the following:
This happens regardless of whether the error originated while signed in or not.
If I sign out with the regular Sign out link under the avatar menu, I don't get this error.
f362921
to
fddea1e
Compare
fddea1e
to
7d4a12e
Compare
Description
Related Issues
Testing
Checklist