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