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