mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-01 18:08:19 +01:00
remove partial line
This commit is contained in:
parent
489c7934bf
commit
d9a09a815a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user