Missing comma
Closed this issue · 0 comments
ehalsey commented
await HttpContext.SignInAsync(
CookieAuthenticationDefaults.AuthenticationScheme
should be
await HttpContext.SignInAsync(
CookieAuthenticationDefaults.AuthenticationScheme,
Closed this issue · 0 comments
await HttpContext.SignInAsync(
CookieAuthenticationDefaults.AuthenticationScheme
should be
await HttpContext.SignInAsync(
CookieAuthenticationDefaults.AuthenticationScheme,