mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
add select option to password score list
This commit is contained in:
parent
73c192ad18
commit
12114c786b
@ -59,7 +59,7 @@ export class PolicyEditComponent implements OnInit {
|
|||||||
constructor(private apiService: ApiService, private i18nService: I18nService,
|
constructor(private apiService: ApiService, private i18nService: I18nService,
|
||||||
private analytics: Angulartics2, private toasterService: ToasterService) {
|
private analytics: Angulartics2, private toasterService: ToasterService) {
|
||||||
this.passwordScores = [
|
this.passwordScores = [
|
||||||
{ name: '', value: null },
|
{ name: '-- ' + i18nService.t('select') + ' --', value: null },
|
||||||
{ name: i18nService.t('weak') + ' (0)', value: 0 },
|
{ name: i18nService.t('weak') + ' (0)', value: 0 },
|
||||||
{ name: i18nService.t('weak') + ' (1)', value: 1 },
|
{ name: i18nService.t('weak') + ' (1)', value: 1 },
|
||||||
{ name: i18nService.t('weak') + ' (2)', value: 2 },
|
{ name: i18nService.t('weak') + ' (2)', value: 2 },
|
||||||
|
Loading…
Reference in New Issue
Block a user