Очередной фикс авторизации
This commit is contained in:
		| @@ -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/users/signin-google-callback"; | ||||
| }); | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user