From 16914a36bd3778bc4b06827d3c4cbd1e297808d0 Mon Sep 17 00:00:00 2001 From: Stuart Kuentzel Date: Sat, 24 Jan 2026 08:54:45 +0900 Subject: [PATCH] updates create network form error text colors --- web/bringyour.com/lib-ur/connect.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/bringyour.com/lib-ur/connect.js b/web/bringyour.com/lib-ur/connect.js index 5675af1..1c375e1 100644 --- a/web/bringyour.com/lib-ur/connect.js +++ b/web/bringyour.com/lib-ur/connect.js @@ -1327,7 +1327,7 @@ new function() { self.passwordOk = true self.updateButton() } else { - createPasswordErrorElement.textContent = 'Password must be at least 65 bits of entropy (at least 12 characters, mixed case, mixed alphanumeric and non-alphanumeric).' + createPasswordErrorElement.textContent = 'Password must be at least 12 characters, mixed case, mixed alphanumeric and non-alphanumeric.' createPasswordErrorElement.classList.remove('d-none') self.passwordOk = false @@ -2385,7 +2385,7 @@ new function() {
Choose a network name
.ur.network
-
+
Available!
@@ -2427,10 +2427,10 @@ new function() {
Password
-
+
Choose a network name
.ur.network
-
+
Available!