assets self-hosted

This commit is contained in:
Benjamin Takats
2023-01-20 19:18:16 +01:00
parent d58d521bd3
commit adcb8f2fd3
3 changed files with 7 additions and 14 deletions

View File

@@ -26,16 +26,6 @@
<x-slot name="content">
{{ __('Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.') }}
<div class="mt-4" x-data="{}" x-on:confirming-delete-user.window="setTimeout(() => $refs.password.focus(), 250)">
<x-jet-input type="password" class="mt-1 block w-3/4"
placeholder="{{ __('Password') }}"
x-ref="password"
wire:model.defer="password"
wire:keydown.enter="deleteUser" />
<x-jet-input-error for="password" class="mt-2" />
</div>
</x-slot>
<x-slot name="footer">
@@ -43,9 +33,9 @@
{{ __('Cancel') }}
</x-jet-secondary-button>
{{--<x-jet-danger-button class="ml-3" wire:click="deleteUser" wire:loading.attr="disabled">
<x-jet-danger-button class="ml-3" wire:click="deleteUser" wire:loading.attr="disabled">
{{ __('Delete Account') }}
</x-jet-danger-button>--}}
</x-jet-danger-button>
</x-slot>
</x-jet-dialog-modal>
</x-slot>