Moved back to default redirect uri
This commit is contained in:
@@ -16,7 +16,7 @@ public class Google : EndpointGroupBase
|
||||
await context.ChallengeAsync(GoogleDefaults.AuthenticationScheme,
|
||||
new AuthenticationProperties
|
||||
{
|
||||
RedirectUri = "/o/google/callback",
|
||||
RedirectUri = "/signin-google",
|
||||
ExpiresUtc = DateTimeOffset.UtcNow.AddDays(30),
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user