diff --git a/CyberBoom/Program.cs b/CyberBoom/Program.cs index 01bff1a..86ef455 100644 --- a/CyberBoom/Program.cs +++ b/CyberBoom/Program.cs @@ -46,7 +46,7 @@ builder.Services.AddAuthentication(opt => { { options.ClientId = builder.Configuration["Google:ClientId"]!; options.ClientSecret = builder.Configuration["Google:ClientSecret"]!; - options.CallbackPath = "/api/signin-google"; + options.CallbackPath = "/api/signin-google?"; });