Fixes for setup screeen

This commit is contained in:
David Bomba 2021-06-01 07:40:15 +10:00
parent 40b46f2b12
commit 13bfd6e7fd

View File

@ -163,7 +163,7 @@ class SetupController extends Controller
/* Create the first account. */ /* Create the first account. */
if (Account::count() == 0) { if (Account::count() == 0) {
CreateAccount::dispatchNow($request->all()); CreateAccount::dispatchNow($request->all(), $request->getClientIp());
} }
VersionCheck::dispatchNow(); VersionCheck::dispatchNow();