diff --git a/jslib b/jslib index 9283a29d35..9694d2922e 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 9283a29d35a18f058f3c84f8aaa919b911f1940a +Subproject commit 9694d2922ef033c6c5eead2c7b4a308b6d93bf2f diff --git a/src/app/app.module.ts b/src/app/app.module.ts index b6811c400b..7b0a529e67 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -134,6 +134,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'; import { SearchPipe } from 'jslib/angular/pipes/search.pipe'; @@ -211,6 +212,7 @@ registerLocaleData(localeZhCn, 'zh-CN'); ChangePasswordComponent, CiphersComponent, CollectionsComponent, + ColorPasswordPipe, CreateOrganizationComponent, DeauthorizeSessionsComponent, DeleteAccountComponent, diff --git a/src/app/tools/password-generator-history.component.html b/src/app/tools/password-generator-history.component.html index 47aab69cba..2b53b4ccf5 100644 --- a/src/app/tools/password-generator-history.component.html +++ b/src/app/tools/password-generator-history.component.html @@ -10,7 +10,7 @@