Фикс
This commit is contained in:
		| @@ -148,7 +148,7 @@ public class UsersController : ControllerBase | |||||||
|     [HttpGet("signin-google")] |     [HttpGet("signin-google")] | ||||||
|     public IActionResult SignInWithGoogle() |     public IActionResult SignInWithGoogle() | ||||||
|     { |     { | ||||||
|         var properties = new AuthenticationProperties { RedirectUri = Url.Action("SignInWithGoogleCallback") }; |         var properties = new AuthenticationProperties { RedirectUri = "https://cyberbloom.zetcraft.ru/api/users/signin-google-callback"  }; | ||||||
|         return Challenge(properties, GoogleDefaults.AuthenticationScheme); |         return Challenge(properties, GoogleDefaults.AuthenticationScheme); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user