We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95047e commit a4a8c3bCopy full SHA for a4a8c3b
custom/TwoFactorsPasskeysSettings.vue
@@ -20,7 +20,7 @@
20
<template #cell:actions="{item}">
21
<div class="flex items-center justify-start space-x-2">
22
<Dialog
23
- class="w-96"
+ class="edit-passkey-confirmation-dialog w-96"
24
:buttons="[
25
{ label: 'Save', onclick: (dialog) => { renamePasskey(item.id, passkeysNewName); dialog.hide(); } },
26
{ 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