Hello,
I'm a novice asp.net programmer, so maybe I'm wrong but I have noticed two things in the Account and Manage controller template.
- The GetCurrentUserAsync function shouldn't it be async?
- The controllers should't be used the IDisposable pattern?
Thanks!
Adam