-
Notifications
You must be signed in to change notification settings - Fork 8.6k
FIX: Patches up potential for redirect loop #33061
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
cffbd11
to
c22e2ce
Compare
@@ -14,6 +14,8 @@ const AuthErrors = [ | |||
"awaiting_activation", | |||
"admin_not_allowed_from_ip_address", | |||
"not_allowed_from_ip_address", | |||
"failed", |
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.
Looks like you don't end up needing to use failed/failed_reason
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.
I tossed it in at the end of the day so I didn't forget; do we want to hook them up for future-proofing?
74b1a47
to
dd560f2
Compare
closing in favor of what @ZogStriP has drafted up |
WIP