-
Notifications
You must be signed in to change notification settings - Fork 178
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
Prompt the user to insert their U2F Device #44
Conversation
This replaces #36
I know we've got a slight decrease in coverage, but can we consider merging this as-is? |
2 similar comments
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.
Yeah, I'd like to get coverage up, but this looks valuable as it stands.
The message prompts the user to insert the U2F device and "press enter to try again" -- does the U2F library read the keypress? Because it isn't in the added code ... |
@nonspecialist the
And @stevemac007 I agree 100% regarding the coverage. I'm finding a lot of this a bit tricky to write tests for (but I'm trying!) |
@mide oh 🤦♂️ of course it is. I claim my one pre-coffee brain fart for today. I agree accepting the loss of coverage for this is ok. |
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, this is useful
This replaces #36