Fixed #5423 - removed required text on preflight
This commit is contained in:
parent
1708bb5cdf
commit
5acd225f0f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Create a User ::
|
|||
{{-- Page content --}}
|
||||
@section('content')
|
||||
|
||||
<p> This is the account information you'll use to access the site for the first time. All fields are required. </p>
|
||||
<p> This is the account information you'll use to access the site for the first time. </p>
|
||||
|
||||
<form action="{{ route('setup.user.save') }}" method="POST">
|
||||
{{ csrf_field() }}
|
||||
|
|
Loading…
Add table
Reference in a new issue