mirror of
https://github.com/bitwarden/web
synced 2026-01-05 10:03:29 +00:00
adjust password strength meter
This commit is contained in:
@@ -28,8 +28,8 @@ export class PasswordStrengthComponent implements OnChanges {
|
||||
this.text = this.i18nService.t('strong');
|
||||
break;
|
||||
case 3:
|
||||
this.color = 'bg-warning';
|
||||
this.text = this.i18nService.t('ok');
|
||||
this.color = 'bg-primary';
|
||||
this.text = this.i18nService.t('good');
|
||||
break;
|
||||
case 2:
|
||||
this.color = 'bg-warning';
|
||||
|
||||
Reference in New Issue
Block a user