Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,8 @@ <h2 bitTypography="h4" class="tw-font-semibold tw-text-lg">
<span bitBadge slot="end">{{ "save" | i18n }}</span>
</button>
</bit-item>
<bit-item class="">
<button
bitLink
linkType="primary"
type="button"
bit-item-content
(click)="confirmPasskey()"
>
<bit-item>
<button type="button" bit-item-content (click)="confirmPasskey()">
<a bitLink linkType="primary" class="tw-font-medium tw-text-base">
{{ "saveNewPasskey" | i18n }}
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,7 @@
(algorithmSelected)="onAlgorithmSelected($event)"
/>
<bit-item>
<button
type="button"
bitLink
linkType="primary"
bit-item-content
aria-haspopup="dialog"
(click)="openHistoryDialog()"
>
<button type="button" bit-item-content aria-haspopup="dialog" (click)="openHistoryDialog()">
{{ "generatorHistory" | i18n }}
<i slot="end" class="bwi bwi-angle-right" aria-hidden="true"></i>
</button>
Expand Down
Loading