mirror of
https://github.com/bitwarden/browser
synced 2026-02-26 01:23:24 +00:00
[PM-30521] Add Autofill button to View Login screen for extension (#18766)
* adds autofill button for cipher view * adds tests * changes autofill function for non login types * adds top margin to autofill button * adds more top margin to autofill button * only shows autofill button when autofill is allowed (not in a popout) * add button type * updates _domainMatched to take a tab param, updates how the component is passed through to slot * fixes tests from rename * adds comment about autofill tab checking behavior * removes diff markers
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
[folder]="folder()"
|
||||
[hideOwner]="isAdminConsole()"
|
||||
>
|
||||
<ng-content select="[slot=button]"></ng-content>
|
||||
</app-item-details-v2>
|
||||
|
||||
<!-- LOGIN CREDENTIALS -->
|
||||
|
||||
@@ -89,5 +89,6 @@
|
||||
}
|
||||
</div>
|
||||
</ng-container>
|
||||
<ng-content></ng-content>
|
||||
</bit-card>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user