From 3e576f4375820b7d1f5a938c5d7f67fd613efe9d Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Sun, 24 Dec 2023 12:55:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=87=D0=B5=D1=80=D0=B5=D0=B4=D0=BD?= =?UTF-8?q?=D0=BE=D0=B9=20=D1=84=D0=B8=D0=BA=D1=81=20=D0=B0=D0=B2=D1=82?= =?UTF-8?q?=D0=BE=D1=80=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CyberBoom/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CyberBoom/Program.cs b/CyberBoom/Program.cs index 01bff1a..8f15af4 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-callback?"; });