Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
kjetilhau committed Dec 18, 2024
1 parent a2cacc4 commit 2d43cfb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 111 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public static void AddApplicationModules(this IServiceCollection services, IConf
services.AddScoped<IEventDispatcher, EventDispatcher>();

// Authorization handlers
services.AddScoped<IAuthorizationHandler, PortalAdminRequirement.Handler>();
services.AddScoped<IAuthorizationHandler, PortalManageRequirement.Handler>();
}
}

0 comments on commit 2d43cfb

Please sign in to comment.