mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
space is nbsp
This commit is contained in:
@@ -27,6 +27,10 @@ export class ColorPasswordPipe implements PipeTransform {
|
||||
character = '>';
|
||||
isSpecial = true;
|
||||
break;
|
||||
case ' ':
|
||||
character = ' ';
|
||||
isSpecial = true;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user