From ba76e1fb40f9e9f07c115befc18440dbee1cb3e4 Mon Sep 17 00:00:00 2001 From: dr-frmr Date: Tue, 13 Aug 2024 17:02:08 +0300 Subject: [PATCH] login: only enable once initialized! --- kinode/src/http/login.html | 43 +++++++++++++++++++++++--------------- 1 file changed, 26 insertions(+), 17 deletions(-) diff --git a/kinode/src/http/login.html b/kinode/src/http/login.html index 9a5ff601..0e5481b5 100644 --- a/kinode/src/http/login.html +++ b/kinode/src/http/login.html @@ -143,7 +143,7 @@ oninput="document.getElementById('password-err').style.display = 'none';" value="" class="self-stretch mb-2">
- +
@@ -156,20 +156,27 @@