diff --git a/Pages/profile.cshtml b/Pages/profile.cshtml index e51378d..5b16499 100644 --- a/Pages/profile.cshtml +++ b/Pages/profile.cshtml @@ -2,7 +2,7 @@ @using RTMPDash.DataModels @model ProfileModel @{ - ViewData["Title"] = "View"; + ViewData["Title"] = Model.User; var db = new AppDb.DbConn(); if (!db.Users.Any(p => p.Username == Model.User)) { Response.Redirect("/");