Skip to content
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

Email auth codes copy paste issue #379

Closed
shay1383 opened this issue Aug 22, 2020 · 1 comment · Fixed by #382
Closed

Email auth codes copy paste issue #379

shay1383 opened this issue Aug 22, 2020 · 1 comment · Fixed by #382
Milestone

Comments

@shay1383
Copy link

When double-clicking an auth code to copy it, it also selects a blank space that the auth submission form detects as an extra digit.
https://prnt.sc/u40blj
https://prnt.sc/u40cqk
It's very minor issue, but also a very annoying one.
I suggest you modify it to ignore spaces, or modify the way the auth code is provided. e.g: https://prnt.sc/u40how
Thank you for the awesome plugin!

@kasparsd
Copy link
Collaborator

Thank you for the suggestion @shay1383!

I've added some logic that removes the empty spaces around the code before doing the comparison in #382.

@jeffpaul jeffpaul added this to the 0.7.0 milestone Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants