@model Project_Unite.Models.ApplicationUser @{ ViewBag.Title = "My profile"; }

@ViewBag.StatusMessage

@if (!string.IsNullOrWhiteSpace(Model.FullName)) {

@Model.FullName

}
@Model.DisplayName

Profile settings

Edit your public profile here.