Get custom theme and layout on a default install

This commit is contained in:
Pavel Vesely
2020-04-28 14:51:27 +02:00
parent 8523f0d719
commit 375c706029
3 changed files with 2 additions and 24 deletions

View File

@ -44,6 +44,7 @@ namespace Oqtane.Controllers
_config.Reload();
}
_databaseManager.BuildDefaultSite(config.Password, config.HostEmail);
installation.Success = true;
return installation;
}