blowdart/AspNetAuthorizationWorkshop

Missing comma

Closed this issue · 0 comments

await HttpContext.SignInAsync(
CookieAuthenticationDefaults.AuthenticationScheme

should be
await HttpContext.SignInAsync(
CookieAuthenticationDefaults.AuthenticationScheme,