feat: stateless login ms/google
This commit is contained in:
parent
3dede8b4d6
commit
0ca91fb6df
@ -17,7 +17,7 @@ namespace QRRapidoApp.Controllers
|
||||
private readonly ILogger<AccountController> _logger;
|
||||
private readonly IConfiguration _configuration;
|
||||
|
||||
public AccountController(IUserService userService, AdDisplayService adDisplayService,
|
||||
public AccountController(IUserService userService, AdDisplayService adDisplayService,
|
||||
ILogger<AccountController> logger, IConfiguration configuration)
|
||||
{
|
||||
_userService = userService;
|
||||
@ -55,7 +55,7 @@ namespace QRRapidoApp.Controllers
|
||||
|
||||
if (returnUrl == "/")
|
||||
{
|
||||
redirectUrl = $"{baseUrl}/Account/MicrosoftCallback";
|
||||
redirectUrl = $"{baseUrl}/Account/MicrosoftCallback";
|
||||
}
|
||||
|
||||
var properties = new AuthenticationProperties { RedirectUri = redirectUrl };
|
||||
|
||||
Loading…
Reference in New Issue
Block a user