mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
Enabled KDF iterations warning (#4714)
This commit is contained in:
@@ -95,8 +95,7 @@ export class VaultComponent implements OnInit, OnDestroy {
|
|||||||
async ngOnInit() {
|
async ngOnInit() {
|
||||||
this.showVerifyEmail = !(await this.tokenService.getEmailVerified());
|
this.showVerifyEmail = !(await this.tokenService.getEmailVerified());
|
||||||
this.showBrowserOutdated = window.navigator.userAgent.indexOf("MSIE") !== -1;
|
this.showBrowserOutdated = window.navigator.userAgent.indexOf("MSIE") !== -1;
|
||||||
//disable warning for february release -> add await this.isLowKdfIteration(); when ready
|
this.showLowKdf = await this.isLowKdfIteration();
|
||||||
this.showLowKdf = false;
|
|
||||||
this.trashCleanupWarning = this.i18nService.t(
|
this.trashCleanupWarning = this.i18nService.t(
|
||||||
this.platformUtilsService.isSelfHost()
|
this.platformUtilsService.isSelfHost()
|
||||||
? "trashCleanupWarningSelfHosted"
|
? "trashCleanupWarningSelfHosted"
|
||||||
|
|||||||
Reference in New Issue
Block a user