mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
Don't show * mask when entering password (#23)
- The * mask has the potential to leak the users password length and should not be used. Fixes #8
This commit is contained in:
committed by
Kyle Spearrin
parent
e3c2be9e84
commit
4b99745114
@@ -20,7 +20,6 @@ export class UnlockCommand {
|
||||
type: 'password',
|
||||
name: 'password',
|
||||
message: 'Master password:',
|
||||
mask: '*',
|
||||
});
|
||||
password = answer.password;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user