From c361a21d35f16216ad74aea69ca37720deda8e43 Mon Sep 17 00:00:00 2001 From: Carlos Granados Date: Sat, 12 Oct 2024 11:27:20 +0200 Subject: [PATCH] Make "Bio" field not required --- .../profile/partials/update-profile-information-form.blade.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/views/profile/partials/update-profile-information-form.blade.php b/resources/views/profile/partials/update-profile-information-form.blade.php index 0b3ad1cc1..284693863 100644 --- a/resources/views/profile/partials/update-profile-information-form.blade.php +++ b/resources/views/profile/partials/update-profile-information-form.blade.php @@ -116,7 +116,6 @@ class="rounded-md text-sm text-slate-500 hover:underline focus:outline-none focu type="text" class="mt-1 block w-full" :value="old('bio', $user->bio)" - required autocomplete="bio" />