diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml index d2769e5..65b8039 100644 --- a/Pages/Index.cshtml +++ b/Pages/Index.cshtml @@ -2,6 +2,7 @@ @model IndexModel @{ Model.token = Request.Cookies["Auth"]; + ViewData["Title"] = "Command"; } @if (string.IsNullOrEmpty(Model.token)) @@ -12,7 +13,8 @@ Login with Token
-

Enter your authorization token below:

+

Enter your authorization token below. This token is stored locally, in your browser and + not on the NikolaNet Server.