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

Bug with backquote/backticks in password #6

Closed
human228 opened this issue May 25, 2017 · 1 comment
Closed

Bug with backquote/backticks in password #6

human228 opened this issue May 25, 2017 · 1 comment

Comments

@human228
Copy link

human228 commented May 25, 2017

Hi!
How to reproduce:

  1. pick a password like this: `tt
  2. type it to USB
  3. result: ` tt
    There is space symbol between backquote and tt
    Can anyone confirm pls?
@whs
Copy link
Owner

whs commented Jul 6, 2019

Seems to be this line

if( typeChar == '^' || typeChar == '´' || typeChar == '`' ) {

I'm not sure what it's doing, so I'm removing it.

@whs whs closed this as completed Jul 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants