forked from xiongyuxing/tiku-backend.net
feat(saas): implement marketplace and tenant onboarding
This commit is contained in:
@@ -25,7 +25,9 @@ public sealed record TenantRuntimeBootstrap(
|
||||
JsonElement Theme,
|
||||
JsonElement Features,
|
||||
JsonElement Navigation,
|
||||
JsonElement HomeModules);
|
||||
JsonElement HomeModules,
|
||||
IReadOnlyCollection<string> EnabledFeatures,
|
||||
IReadOnlyCollection<string> LoginMethods);
|
||||
|
||||
public interface ITenantFrontendConfigService
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user