We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b67a6 commit b33d929Copy full SHA for b33d929
generators/app/templates/AuthenticationHandler.cs
@@ -75,7 +75,7 @@ protected override async Task<AuthenticationTicket> CreateTicketAsync(
75
var context = new OAuthCreatingTicketContext(principal, properties, Context, Scheme, Options, Backchannel, tokens, payload.RootElement);
76
context.RunClaimActions();
77
78
- await Options.Events.CreatingTicket(context);
+ await Events.CreatingTicket(context);
79
return new AuthenticationTicket(context.Principal!, context.Properties, Scheme.Name);
80
}
81
0 commit comments