mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 02:03:39 +00:00
cleanup
This commit is contained in:
@@ -24,11 +24,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box-footer" *ngIf="webVaultHostname">
|
||||
{{'loggedInAsOn' | i18n : email:webVaultHostname}}
|
||||
</div>
|
||||
<div class="box-footer" *ngIf="!webVaultHostname">
|
||||
{{'loggedInAs' | i18n : email}}
|
||||
<div class="box-footer">
|
||||
{{'loggedInAsOn' | i18n : email : webVaultHostname}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="buttons">
|
||||
|
||||
@@ -20,7 +20,8 @@ export class LockComponent extends BaseLockComponent {
|
||||
constructor(router: Router, i18nService: I18nService,
|
||||
platformUtilsService: PlatformUtilsService, messagingService: MessagingService,
|
||||
userService: UserService, cryptoService: CryptoService,
|
||||
storageService: StorageService, lockService: LockService, environmentService: EnvironmentService) {
|
||||
storageService: StorageService, lockService: LockService,
|
||||
environmentService: EnvironmentService) {
|
||||
super(router, i18nService, platformUtilsService, messagingService, userService, cryptoService,
|
||||
storageService, lockService, environmentService);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user