mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
remove partial line
This commit is contained in:
@@ -82,7 +82,6 @@ export class VaultComponent implements OnInit {
|
||||
const hasEncKey = await this.cryptoService.hasEncKey();
|
||||
this.showUpdateKey = !hasEncKey;
|
||||
const isPremium = await this.tokenService.getPremium();
|
||||
this.showPremiumCallout = ;
|
||||
|
||||
this.route.queryParams.subscribe(async (params) => {
|
||||
await this.syncService.fullSync(false);
|
||||
|
||||
Reference in New Issue
Block a user