Очередной фикс авторизации
This commit is contained in:
parent
3ab097df30
commit
d33eb1df9b
@ -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?";
|
||||
});
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user