Skip to content

Commit

Permalink
Merge pull request #701 from carlos-granados/bio-not-required
Browse files Browse the repository at this point in the history
Make "Bio" field not required
  • Loading branch information
nunomaduro authored Dec 26, 2024
2 parents bd816ca + c361a21 commit 7ebfc21
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 7ebfc21

Please sign in to comment.