blowdart / AspNetAuthorizationWorkshop

A workshop for moving through the various new pieces in ASP.NET Core Authorization
Other
1.17k stars 245 forks source link

Missing comma #25

Closed ehalsey closed 6 years ago

ehalsey commented 7 years ago

await HttpContext.SignInAsync( CookieAuthenticationDefaults.AuthenticationScheme

should be await HttpContext.SignInAsync( CookieAuthenticationDefaults.AuthenticationScheme,