From d9a9205e49dc168d1797311f8f6b47dbdd6b9a69 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 22 Oct 2024 11:11:29 +0200 Subject: [PATCH] Refactor settings index.blade.php to add missing div tag --- resources/views/livewire/settings/index.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/views/livewire/settings/index.blade.php b/resources/views/livewire/settings/index.blade.php index cb7dfd5ac..91084bff9 100644 --- a/resources/views/livewire/settings/index.blade.php +++ b/resources/views/livewire/settings/index.blade.php @@ -142,6 +142,7 @@ helper="When disabled, you will not need to confirm actions with a text and user password. This significantly reduces security and may lead to accidental deletions or unwanted changes. Use with extreme caution, especially on production servers." /> @else +
+
@endif

Warning!