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

@ -315,7 +315,7 @@ namespace Oqtane.Infrastructure
}
}
private void BuildDefaultSite(string password, string email)
public void BuildDefaultSite(string password, string email)
{
using (var scope = _serviceScopeFactory.CreateScope())
{