Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
space is nbsp
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Jan 2, 2019
1 parent af4e01c commit e408189
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/angular/pipes/color-password.pipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ export class ColorPasswordPipe implements PipeTransform {
character = '>';
isSpecial = true;
break;
case ' ':
character = ' ';
isSpecial = true;
break;
default:
break;
}
Expand Down

0 comments on commit e408189

Please sign in to comment.