mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-23 21:31:29 +01:00
space is nbsp
This commit is contained in:
parent
af4e01c238
commit
e408189cf9
@ -27,6 +27,10 @@ export class ColorPasswordPipe implements PipeTransform {
|
||||
character = '>';
|
||||
isSpecial = true;
|
||||
break;
|
||||
case ' ':
|
||||
character = ' ';
|
||||
isSpecial = true;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user