diff --git a/src/app/vault/vault.component.ts b/src/app/vault/vault.component.ts index 7ac88452174..e2ed73eb37e 100644 --- a/src/app/vault/vault.component.ts +++ b/src/app/vault/vault.component.ts @@ -84,10 +84,6 @@ export class VaultComponent implements OnInit, OnDestroy { const queryParamsSub = this.route.queryParams.subscribe(async params => { await this.syncService.fullSync(false); - if (await this.userService.getForcePasswordReset()) { - this.router.navigate(['update-temp-password']); - } - this.showUpdateKey = !(await this.cryptoService.hasEncKey()); const canAccessPremium = await this.userService.canAccessPremium(); this.showPremiumCallout = !this.showVerifyEmail && !canAccessPremium &&