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:
parent
65b393e3ee
commit
2579c29c73
@ -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>
|
||||
|
@ -58,7 +58,7 @@ const PASSPHRASE: CredentialGeneratorConfiguration<
|
||||
generateKey: "generatePassphrase",
|
||||
generatedValueKey: "passphrase",
|
||||
copyKey: "copyPassphrase",
|
||||
useGeneratedValueKey: "useThisPassphrase",
|
||||
useGeneratedValueKey: "useThisPassword",
|
||||
onlyOnRequest: false,
|
||||
request: [],
|
||||
engine: {
|
||||
|
Loading…
Reference in New Issue
Block a user