Skip to content

Commit a4a8c3b

Browse files
committed
fix: update dialog class name for edit passkey confirmation
1 parent a95047e commit a4a8c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/TwoFactorsPasskeysSettings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<template #cell:actions="{item}">
2121
<div class="flex items-center justify-start space-x-2">
2222
<Dialog
23-
class="w-96"
23+
class="edit-passkey-confirmation-dialog w-96"
2424
:buttons="[
2525
{ label: 'Save', onclick: (dialog) => { renamePasskey(item.id, passkeysNewName); dialog.hide(); } },
2626
{ label: 'Cancel', options: {class: 'bg-white focus:ring-gray-200 text-gray-900 hover:bg-gray-200 dark:bg-gray-800 dark:text-gray-300 dark:hover:bg-gray-700 dark:border-gray-900 dark:hover:border-gray-800 dark:focus:ring-gray-800'}, onclick: (dialog) => {passkeysNewName = ''; dialog.hide();} },

0 commit comments

Comments
 (0)