mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
Allow for the web generation dialog to disable the margin of the tools generation components (#11565)
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
class="tw-mt-6"
|
||||
*ngIf="(algorithm$ | async)?.id === 'password'"
|
||||
[userId]="this.userId$ | async"
|
||||
[disableMargin]="disableMargin"
|
||||
(onUpdated)="generate$.next()"
|
||||
/>
|
||||
<tools-passphrase-settings
|
||||
@@ -39,4 +40,5 @@
|
||||
*ngIf="(algorithm$ | async)?.id === 'passphrase'"
|
||||
[userId]="this.userId$ | async"
|
||||
(onUpdated)="generate$.next()"
|
||||
[disableMargin]="disableMargin"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user