Moved back to default redirect uri

This commit is contained in:
Kamigen
2024-05-01 18:15:52 -04:00
parent f9a661c8d2
commit b966e28d9a
2 changed files with 4 additions and 8 deletions

View File

@@ -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),
});
}