File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public IAndControllerBuilder<TController> WithAuthenticatedUser()
58
58
}
59
59
60
60
/// <inheritdoc />
61
- public IAndControllerBuilder < TController > WithAuthenticatedUser ( Action < IAndClaimsPrincipalBuilder > userBuilder )
61
+ public IAndControllerBuilder < TController > WithAuthenticatedUser ( Action < IClaimsPrincipalBuilder > userBuilder )
62
62
{
63
63
var newUserBuilder = new ClaimsPrincipalBuilder ( ) ;
64
64
userBuilder ( newUserBuilder ) ;
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ IAndControllerBuilder<TController> WithResolvedDependencyFor<TDependency>(TDepen
109
109
/// </summary>
110
110
/// <param name="userBuilder">User builder to create mocked user object.</param>
111
111
/// <returns>The same controller builder.</returns>
112
- IAndControllerBuilder < TController > WithAuthenticatedUser ( Action < IAndClaimsPrincipalBuilder > userBuilder ) ;
112
+ IAndControllerBuilder < TController > WithAuthenticatedUser ( Action < IClaimsPrincipalBuilder > userBuilder ) ;
113
113
114
114
/// <summary>
115
115
/// Sets custom properties to the controller using action delegate.
You can’t perform that action at this time.
0 commit comments