Фикс
This commit is contained in:
parent
ac987781fa
commit
d2d393b73f
@ -148,7 +148,7 @@ public class UsersController : ControllerBase
|
||||
[HttpGet("signin-google")]
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user