From 8065da9fa0b81d0bc109001309215b0053c27d6d Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 1 Oct 2024 11:55:01 +0200 Subject: [PATCH] Refactor input fields to include autocomplete="off" --- resources/views/components/modal-confirmation.blade.php | 6 +++--- resources/views/livewire/project/new/select.blade.php | 2 +- resources/views/livewire/server/form.blade.php | 2 +- resources/views/livewire/settings/index.blade.php | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/views/components/modal-confirmation.blade.php b/resources/views/components/modal-confirmation.blade.php index a6335c940..d82a046d3 100644 --- a/resources/views/components/modal-confirmation.blade.php +++ b/resources/views/components/modal-confirmation.blade.php @@ -227,7 +227,7 @@ class="flex absolute top-2 right-2 justify-center items-center w-8 h-8 rounded-f

Confirm Actions

{{ $confirmationLabel }}

-
@endif @@ -272,7 +272,7 @@ class="p-2 mt-1 w-full text-black rounded input"> class="block text-sm font-medium text-gray-700 dark:text-gray-300"> Your Password -

@error('password') diff --git a/resources/views/livewire/project/new/select.blade.php b/resources/views/livewire/project/new/select.blade.php index 9986d2a47..c23c2e53b 100644 --- a/resources/views/livewire/project/new/select.blade.php +++ b/resources/views/livewire/project/new/select.blade.php @@ -494,7 +494,7 @@ class="w-[4.5rem] aspect-square h-[4.5rem] p-2 transition-all duration-200 opaci companies, and use of them does not imply any affiliation or endorsement.
Find more services here. - @if ($loadingServices) diff --git a/resources/views/livewire/server/form.blade.php b/resources/views/livewire/server/form.blade.php index fbf48f9de..a31bedaee 100644 --- a/resources/views/livewire/server/form.blade.php +++ b/resources/views/livewire/server/form.blade.php @@ -94,7 +94,7 @@ class="mt-8 mb-4 w-full font-bold box-without-bg bg-coollabs hover:bg-coollabs-1
- diff --git a/resources/views/livewire/settings/index.blade.php b/resources/views/livewire/settings/index.blade.php index 11f09f162..f9293e7d7 100644 --- a/resources/views/livewire/settings/index.blade.php +++ b/resources/views/livewire/settings/index.blade.php @@ -41,7 +41,7 @@
-