Skip to content

Commit

Permalink
Merge pull request #145 from DavidKlempfner/patch-3
Browse files Browse the repository at this point in the history
Update CustomProfileService.cs
  • Loading branch information
josephdecock authored Nov 14, 2023
2 parents 3ac92c3 + 6528c48 commit efd7570
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public Task IsActiveAsync(IsActiveContext context)
{
// as above, context.Subject is the user for whom the result is request is being made
// setting context.IsActive to false allows your logic to indicate that the token should not be created
// context.IsActive defauts to true
// context.IsActive defaults to true

return Task.CompletedTask;
}
Expand Down

0 comments on commit efd7570

Please sign in to comment.