tugberkugurlu / AspNet.Identity.RavenDB

Fully asynchronous, new and sweet ASP.NET Identity implementation for RavenDB
MIT License
42 stars 28 forks source link

Remove unnecessary 'await's #4

Closed tugberkugurlu closed 10 years ago

tugberkugurlu commented 10 years ago

There are cases where we 'await' unnecessarily. Check and remove them.