1
0
mirror of https://github.com/bitwarden/web synced 2025-12-18 17:23:24 +00:00

Update jslib (#1602)

* Update jslib

* Update name of UserVerificationComponent
This commit is contained in:
Thomas Rittson
2022-04-19 17:49:59 +10:00
committed by GitHub
parent 609c13faf4
commit 56808a7dbb
9 changed files with 17 additions and 17 deletions

View File

@@ -20,13 +20,13 @@
</div>
<div class="modal-body">
<p>{{ apiKeyDescription | i18n }}</p>
<app-verify-master-password
<app-user-verification
[(ngModel)]="masterPassword"
ngDefaultControl
name="secret"
*ngIf="!clientSecret"
>
</app-verify-master-password>
</app-user-verification>
<app-callout type="warning" *ngIf="clientSecret">{{ apiKeyWarning | i18n }}</app-callout>
<app-callout