1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-22 02:21:34 +01:00

update button copy for generate passphrase. remove legacy css class (#12841)

This commit is contained in:
Jordan Aasen 2025-01-16 13:37:46 -08:00 committed by GitHub
parent 65b393e3ee
commit 2579c29c73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 12 deletions

View File

@ -21,16 +21,15 @@
</bit-item>
</ng-container>
<ng-container bitDialogFooter>
<div class="modal-footer">
<button
type="button"
class="primary"
(click)="applyCredentials()"
appA11yTitle="{{ buttonLabel }}"
bitDialogClose
>
{{ buttonLabel }}
</button>
</div>
<button
type="button"
buttonType="primary"
(click)="applyCredentials()"
appA11yTitle="{{ buttonLabel }}"
bitButton
bitDialogClose
>
{{ buttonLabel }}
</button>
</ng-container>
</bit-dialog>

View File

@ -58,7 +58,7 @@ const PASSPHRASE: CredentialGeneratorConfiguration<
generateKey: "generatePassphrase",
generatedValueKey: "passphrase",
copyKey: "copyPassphrase",
useGeneratedValueKey: "useThisPassphrase",
useGeneratedValueKey: "useThisPassword",
onlyOnRequest: false,
request: [],
engine: {