Skip to content

Conversation

alocquet
Copy link
Contributor

fix #361
I don't know if it is ok for you but I managed this one with an input type :

  • TEXTAREA = previous behavior
  • TEXT : input on one line
  • PASSWORD : input on one line and obfuscated

@extrawurst
Copy link
Collaborator

@alocquet sounds cool but lets call it more specifically

pub enum InputType {
     SINGLELINE,
     MULTILINE,
     PASSWORD,
 }

@alocquet alocquet force-pushed the feature/password_obfuscation branch 2 times, most recently from 4c69dad to 14a1466 Compare October 27, 2020 10:39
@extrawurst extrawurst merged commit a75f43d into gitui-org:master Oct 27, 2020
@extrawurst
Copy link
Collaborator

Nice! Thank you!

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

Successfully merging this pull request may close these issues.

password obfuscation
2 participants