This commit is contained in:
pushuo 2022-09-06 19:26:11 +08:00
parent 3b633951a0
commit 19a740f3be
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@
{{ trans($entry_key . 'admin_email') }}
</label>
<input class="form-control {{ $errors->has('admin_email') ? 'is-invalid' : '' }}" name="admin_email"
value="{{ old('admin_email', 'root@example.com') }}" type="email" required placeholder="{{ trans($entry_key . 'admin_email') }}">
value="{{ old('admin_email', 'root@beikeshop.com') }}" type="email" required placeholder="{{ trans($entry_key . 'admin_email') }}">
<span class="invalid-feedback"
role="alert">{{ $errors->has('admin_email') ? $errors->first('admin_email') : __('installer::installer_messages.environment.error_email') }}</span>
</div>