1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

Color passwords (#177)

* Highlight passwords in the cipher view

* Highlight generated password
This commit is contained in:
Andreas Schneider
2018-12-08 17:06:46 +01:00
committed by Kyle Spearrin
parent bfd8f55b4d
commit 4597390166
5 changed files with 22 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ import { StopClickDirective } from 'jslib/angular/directives/stop-click.directiv
import { StopPropDirective } from 'jslib/angular/directives/stop-prop.directive';
import { TrueFalseValueDirective } from 'jslib/angular/directives/true-false-value.directive';
import { ColorPasswordPipe } from 'jslib/angular/pipes/color-password.pipe';
import { I18nPipe } from 'jslib/angular/pipes/i18n.pipe';
import { SearchCiphersPipe } from 'jslib/angular/pipes/search-ciphers.pipe';
@@ -141,6 +142,7 @@ registerLocaleData(localeZhTw, 'zh-TW');
BoxRowDirective,
CiphersComponent,
CollectionsComponent,
ColorPasswordPipe,
EnvironmentComponent,
ExportComponent,
FallbackSrcDirective,