mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 19:53:43 +00:00
shoe bitwarden logo when nothing else to show
This commit is contained in:
@@ -28,6 +28,13 @@
|
||||
(onCancelled)="cancelledAddEdit($event)"
|
||||
(onGeneratePassword)="openPasswordGenerator()">
|
||||
</app-vault-add-edit>
|
||||
<div id="logo" *ngIf="action !== 'add' && action !== 'edit' && action !== 'view'">
|
||||
<div class="content">
|
||||
<div class="inner-content">
|
||||
<img src="../../images/logo@2x.png" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<ng-template #passwordGenerator></ng-template>
|
||||
<ng-template #attachments></ng-template>
|
||||
<ng-template #folderAddEdit></ng-template>
|
||||
|
||||
Reference in New Issue
Block a user