Refactoring authentication to support server-side Blazor using a seamless login flow.
This commit is contained in:
@ -52,6 +52,7 @@ namespace Oqtane.Repository
|
||||
{
|
||||
/// determine if this module implements IModule
|
||||
Type moduletype = assembly.GetTypes()
|
||||
.Where(item => item.Namespace != null)
|
||||
.Where(item => item.Namespace.StartsWith(ModuleType))
|
||||
.Where(item => item.GetInterfaces().Contains(typeof(IModule)))
|
||||
.FirstOrDefault();
|
||||
|
Reference in New Issue
Block a user