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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user