From 467d02ab08e710c000fc63e5e935586cd413e5c4 Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Mon, 9 Aug 2021 18:19:52 -0400 Subject: [PATCH] Fixing climate functionality --- Pages/Index.cshtml | 106 ++++++++++++++++++++++++------------------ Pages/Index.cshtml.cs | 15 +++--- wwwroot/js/site.js | 51 ++++++++++++++------ 3 files changed, 105 insertions(+), 67 deletions(-) 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.