mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Fixed #5423 - removed required text on preflight
This commit is contained in:
parent
1708bb5cdf
commit
5acd225f0f
|
@ -9,7 +9,7 @@ Create a User ::
|
||||||
{{-- Page content --}}
|
{{-- Page content --}}
|
||||||
@section('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">
|
<form action="{{ route('setup.user.save') }}" method="POST">
|
||||||
{{ csrf_field() }}
|
{{ csrf_field() }}
|
||||||
|
|
Loading…
Reference in a new issue