Tutorials/CodeSamples/Login-Sample.md
... ...
@@ -47,7 +47,7 @@ void btnLogin_Click(object sender, EventArgs args)
47 47
else
48 48
HttpContext.Current.Session["Role"] = "RegularUser";
49 49
global_asax.CustomAdHocConfig.InitializeReporting();
50
- Page.Title = "Izenda - " + AdHocSettings.CurrentUserName;
50
+ Page.Title = "Izenda - " + Izenda.AdHoc.AdHocSettings.CurrentUserName;
51 51
Response.Redirect("ReportList.aspx");
52 52
//FormsAuthentication.RedirectFromLoginPage(userNameTextbox.Text, false);
53 53
return;