-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
[change] Allowed showing failure messages coming from captive portal #604 #838
base: master
Are you sure you want to change the base?
Conversation
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.
Sorry for the wait @praptisharma28, this has been buried under a pile of open PRs.
What steps can we do to manually test this?
Can you add at least one screenshot to the PR description or to a reply here please?
See my comment below.
@@ -12,7 +12,7 @@ import Footer from "../footer"; | |||
import Header from "../header"; | |||
import Loader from "../../utils/loader"; | |||
import needsVerify from "../../utils/needs-verify"; | |||
import Login from "../login"; | |||
import LoginComponent from "../login"; |
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 don't understand where this LoginComponent
is coming from. Is this some naming convention in react or what? I can't see the definition of this class.
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.
@nemesifier here I have mentioned that I was getting an ESlint error, but what error in particular, I don't remember as it's been long. Got a new laptop hence need to set it up again and check, will let you know today itself.
…#604
Closes #604
Checklist
Reference to Existing Issue
Closes #604 .
Description of Changes
captive-portal-handler.js
to handle authentication failure detection and error messaging.Also:
import LoginComponent from "../login";