Очередной фикс авторизации
This commit is contained in:
parent
3ab097df30
commit
3cad241de1
@ -46,7 +46,7 @@ builder.Services.AddAuthentication(opt => {
|
|||||||
{
|
{
|
||||||
options.ClientId = builder.Configuration["Google:ClientId"]!;
|
options.ClientId = builder.Configuration["Google:ClientId"]!;
|
||||||
options.ClientSecret = builder.Configuration["Google:ClientSecret"]!;
|
options.ClientSecret = builder.Configuration["Google:ClientSecret"]!;
|
||||||
options.CallbackPath = "/api/signin-google";
|
options.CallbackPath = "/api/users/signin-google-callback";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user