mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
premium checks on reports
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<div *ngIf="!hasLoaded && loading">
|
||||
<i class="fa fa-spinner fa-spin text-muted" title="{{'loading' | i18n}}"></i>
|
||||
</div>
|
||||
<div class="mt-4" *ngIf="!loading">
|
||||
<div class="mt-4" *ngIf="hasLoaded">
|
||||
<app-callout type="success" title="{{'goodNews' | i18n}}" *ngIf="!ciphers.length">
|
||||
{{'noWeakPasswords'}}
|
||||
</app-callout>
|
||||
|
||||
Reference in New Issue
Block a user