Skip to content

Commit bb406d8

Browse files
A-w-xtaylorotwell
andauthored
Register: add required to terms checkbox (#1158)
* Register: add required to terms checkbox livewire was missed in #1127 the error message is already present * Update register.blade.php Co-authored-by: Taylor Otwell <[email protected]>
1 parent 435fdd2 commit bb406d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/livewire/resources/views/auth/register.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<div class="mt-4">
3434
<x-jet-label for="terms">
3535
<div class="flex items-center">
36-
<x-jet-checkbox name="terms" id="terms"/>
36+
<x-jet-checkbox name="terms" id="terms" required />
3737

3838
<div class="ml-2">
3939
{!! __('I agree to the :terms_of_service and :privacy_policy', [

0 commit comments

Comments
 (0)