Added user add modal and converted to dark mode
This commit is contained in:
@@ -30,6 +30,6 @@ public class AuthMiddleware(IAuthService auth, IPermissionService perms) : IMidd
|
||||
context.User.AddIdentity(new ClaimsIdentity(claims, HopFrameAuthentication<HopDbContextBase>.SchemeName));
|
||||
}
|
||||
|
||||
await next.Invoke(context);
|
||||
await next?.Invoke(context);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user