We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c8fa0 commit 064784eCopy full SHA for 064784e
2 files changed
resources/views/livewire/security/two-factor.blade.php
@@ -50,6 +50,7 @@ class="xs:max-w-30 ml-auto w-full text-xs/3"
50
<x-button
51
class="xs:max-w-30 ml-auto w-full text-xs/3"
52
wire:click="disableTwoFactor"
53
+ wire:confirm="Are you sure to disable 2FA in your account? This action can't be undone!"
54
wire:loading.attr="disabled"
55
>
56
Disable 2FA
resources/views/livewire/users/profile.blade.php
@@ -110,6 +110,7 @@ class="xs:max-w-30 ml-auto w-full text-xs/3"
110
111
112
113
+ wire:confirm="Are you sure to disable 2FA for this account? This action can't be undone!"
114
115
116
0 commit comments