aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Views/Account/Profile.cshtml
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-05-13 15:41:39 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-05-13 15:41:39 +0300
commitef14a1e9b7ecbcf23fdf3e47a260b81772fc3816 (patch)
treebcf2ed498853e3bbdd4659dc6fd47c2c7546906e /ExamTemplate/Web/Views/Account/Profile.cshtml
parent2a07c006a1f7ea9a7493af4f114300a829f4dc6f (diff)
downloadit-kariera-exam-template-ef14a1e9b7ecbcf23fdf3e47a260b81772fc3816.tar
it-kariera-exam-template-ef14a1e9b7ecbcf23fdf3e47a260b81772fc3816.tar.gz
it-kariera-exam-template-ef14a1e9b7ecbcf23fdf3e47a260b81772fc3816.zip
Updated user controller models being of type UserViewModel, when they should be like UserWebModel
Diffstat (limited to 'ExamTemplate/Web/Views/Account/Profile.cshtml')
-rw-r--r--ExamTemplate/Web/Views/Account/Profile.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ExamTemplate/Web/Views/Account/Profile.cshtml b/ExamTemplate/Web/Views/Account/Profile.cshtml
index 322cb85..33fc882 100644
--- a/ExamTemplate/Web/Views/Account/Profile.cshtml
+++ b/ExamTemplate/Web/Views/Account/Profile.cshtml
@@ -3,7 +3,7 @@
@inject SignInManager<User> SignInManager
@inject UserManager<User> UserManager
-@model UserViewModel
+@model UserWebModel
@{
ViewData["Title"] = Model.Username + "'s Profile";
}