aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Views/Account/Profile.cshtml
Commit message (Collapse)AuthorAgeFilesLines
* Big daddy refactorSyndamia2021-05-151-33/+0
|
* Updated user controller models being of type UserViewModel, when they should ↵Syndamia2021-05-131-1/+1
| | | | be like UserWebModel
* Minor style changesSyndamia2021-05-081-0/+2
|
* Implemented account deletionSyndamia2021-05-081-0/+4
|
* Implemented authorization; Replaced Role with IdentityRole<Guid>; Renamed ↵Syndamia2021-05-081-0/+27
UserController to AccountController, updated links