install/upgrade refactoring to consolidate all use cases and implement IInstallable interface for modules, moved tenant creation to site management UI, fixed z-order issues in Blazor theme, enhanced JS Interop methods to support integrity and crossorigin
This commit is contained in:
@ -33,6 +33,7 @@
|
||||
public const string HostUser = "host";
|
||||
|
||||
public const string MasterTenant = "Master";
|
||||
public const string DefaultSite = "Default Site";
|
||||
|
||||
public const string AllUsersRole = "All Users";
|
||||
public const string HostRole = "Host Users";
|
||||
|
Reference in New Issue
Block a user