Skip to content

Commit

Permalink
Social -> External
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed Dec 18, 2022
1 parent ae45c47 commit 3dceedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Todo.Web/Server/AuthApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static RouteGroupBuilder MapAuth(this IEndpointRouteBuilder routes)
})
.RequireAuthorization();

// Social login
// External login
group.MapGet("login/{provider}", (string provider) =>
{
// Trigger the external login flow by issuing a challenge with the provider name.
Expand Down

0 comments on commit 3dceedd

Please sign in to comment.