Skip to content

Commit

Permalink
Make "Bio" field not required
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-granados committed Oct 12, 2024
1 parent 9709aaa commit c361a21
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
<x-input-error
Expand Down

0 comments on commit c361a21

Please sign in to comment.