mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
[EC-598] chore: update unsupported UV copy
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
<div class="auth-wrapper">
|
<div class="auth-wrapper">
|
||||||
<i class="bwi bwi-spinner bwi-lg bwi-spin" [hidden]="!loading" aria-hidden="true"></i>
|
<i class="bwi bwi-spinner bwi-lg bwi-spin" [hidden]="!loading" aria-hidden="true"></i>
|
||||||
<ng-container *ngIf="data.showUnsupportedVerification">
|
<ng-container *ngIf="data.showUnsupportedVerification">
|
||||||
Password confirmation required by initiating site. Your account does not support password
|
Verification required by the initiating site. This feature is not yet implemented for accounts
|
||||||
confirmation.
|
without master password.
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngIf="!data.showUnsupportedVerification">
|
<ng-container *ngIf="!data.showUnsupportedVerification">
|
||||||
<ng-container
|
<ng-container
|
||||||
|
|||||||
Reference in New Issue
Block a user