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:
committed by
Kyle Spearrin
parent
bfd8f55b4d
commit
4597390166
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user