We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83acb39 commit a94193bCopy full SHA for a94193b
1 file changed
resources/views/livewire/users/profile.blade.php
@@ -67,6 +67,8 @@ class="xs:max-w-30 ml-auto w-full text-xs/3"
67
name="Google"
68
email="{{ $socials_google->email }}"
69
wire:click="unlinkSocialAccount('google')"
70
+ wire:confirm="Are you sure to unlink user social account? This action can't be undone!"
71
+ wire:loading.attr="disabled"
72
>
73
Unlink
74
</x-social-account>
@@ -77,6 +79,8 @@ class="xs:max-w-30 ml-auto w-full text-xs/3"
77
79
name="GitHub"
78
80
email="{{ $socials_github->email }}"
81
wire:click="unlinkSocialAccount('github')"
82
83
84
85
86
0 commit comments