diff --git a/jslib b/jslib index 6c52942204..e93c534ec4 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 6c529422048c95645304ceb14250c8efce938f34 +Subproject commit e93c534ec4f724eaa8b494f516b187bea67b132c diff --git a/src/app/app.module.ts b/src/app/app.module.ts index a1f3f2f6ac..33793203c7 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -27,6 +27,7 @@ import { SettingsComponent } from './accounts/settings.component'; import { TwoFactorOptionsComponent } from './accounts/two-factor-options.component'; import { TwoFactorComponent } from './accounts/two-factor.component'; +import { CalloutComponent } from 'jslib/angular/components/callout.component'; import { IconComponent } from 'jslib/angular/components/icon.component'; import { ModalComponent } from 'jslib/angular/components/modal.component'; @@ -151,6 +152,7 @@ registerLocaleData(localeZhTw, 'zh-TW'); AutofocusDirective, BlurClickDirective, BoxRowDirective, + CalloutComponent, CiphersComponent, CollectionsComponent, ColorPasswordPipe, diff --git a/src/app/vault/password-generator.component.html b/src/app/vault/password-generator.component.html index 46baf59b7c..761a313166 100644 --- a/src/app/vault/password-generator.component.html +++ b/src/app/vault/password-generator.component.html @@ -2,6 +2,9 @@