Skip to content

Commit

Permalink
add OwinEnvironmentService to show it works
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Sep 14, 2016
1 parent 2d9ec77 commit f13c1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/DependencyInjection/SelfHost/MyCustomServices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class MyCustomClaimsProvider : DefaultClaimsProvider
{
ICustomLogger logger;

public MyCustomClaimsProvider(ICustomLogger logger, IUserService userSvc)
public MyCustomClaimsProvider(ICustomLogger logger, IUserService userSvc, OwinEnvironmentService owin)
: base(userSvc)
{
this.logger = logger;
Expand Down

0 comments on commit f13c1b2

Please sign in to comment.