Fixed #5423 - removed required text on preflight

This commit is contained in:
snipe 2018-04-24 12:48:58 -07:00
parent 1708bb5cdf
commit 5acd225f0f

View file

@ -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() }}