Skip to content

Commit

Permalink
update button copy for generate passphrase. remove legacy css class (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaasen-livefront authored Jan 16, 2025
1 parent 65b393e commit 2579c29
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion libs/tools/generator/core/src/data/generators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const PASSPHRASE: CredentialGeneratorConfiguration<
generateKey: "generatePassphrase",
generatedValueKey: "passphrase",
copyKey: "copyPassphrase",
useGeneratedValueKey: "useThisPassphrase",
useGeneratedValueKey: "useThisPassword",
onlyOnRequest: false,
request: [],
engine: {
Expand Down

0 comments on commit 2579c29

Please sign in to comment.