фиксы

This commit is contained in:
2023-12-24 12:33:51 +03:00
parent 5167076340
commit 0a840a32dc
4 changed files with 9 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ builder.Services.AddAuthentication(opt => {
{
options.ClientId = builder.Configuration["Google:ClientId"]!;
options.ClientSecret = builder.Configuration["Google:ClientSecret"]!;
options.CallbackPath = "https://cyberbloom.zetcraft.ru/api/users/google-sign-in";
options.CallbackPath = "/api/signin-google";
});