From 42fa2e12db48ab52c4594b9601c00342116e6b9a Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Thu, 6 Feb 2025 13:55:33 -0800 Subject: [PATCH 1/4] Replace Form::checkbox --- resources/views/account/profile.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/account/profile.blade.php b/resources/views/account/profile.blade.php index d27367192a..153492a3bf 100755 --- a/resources/views/account/profile.blade.php +++ b/resources/views/account/profile.blade.php @@ -128,7 +128,7 @@
{!! $errors->first('image_delete', ':message') !!} From 9559c5a0251e5cd335a698ea7522a4a9b8aad2ce Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Thu, 6 Feb 2025 14:08:13 -0800 Subject: [PATCH 2/4] Replace Form::checkbox and inline label --- resources/views/account/profile.blade.php | 24 ++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/resources/views/account/profile.blade.php b/resources/views/account/profile.blade.php index 153492a3bf..b745c19360 100755 --- a/resources/views/account/profile.blade.php +++ b/resources/views/account/profile.blade.php @@ -150,13 +150,23 @@ @if ($snipeSettings->two_factor_enabled=='1')
- @can('self.two_factor') -
@@ -66,7 +66,7 @@
@@ -85,7 +85,7 @@
@@ -103,7 +103,7 @@
@@ -112,7 +112,7 @@
@@ -215,7 +215,7 @@