diff --git a/Controllers/AccountController.cs b/Controllers/AccountController.cs index a733e64..f7896ba 100644 --- a/Controllers/AccountController.cs +++ b/Controllers/AccountController.cs @@ -17,7 +17,7 @@ namespace QRRapidoApp.Controllers private readonly ILogger _logger; private readonly IConfiguration _configuration; - public AccountController(IUserService userService, AdDisplayService adDisplayService, + public AccountController(IUserService userService, AdDisplayService adDisplayService, ILogger 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 };