From 45537620a69ad34df127f5eaf3bee84af7232e72 Mon Sep 17 00:00:00 2001 From: bitbronze <48721834+bitbronze@users.noreply.github.com> Date: Tue, 11 Mar 2025 22:24:31 +0300 Subject: [PATCH] fix: stop checking for mkey prefix on registration (#131) String "mkey:" was being appended to the node registration http request causing it to fail. Removed mkey presence check and changed default hint. Form validation is based on length instead. --- app/routes/machines/dialogs/new.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/routes/machines/dialogs/new.tsx b/app/routes/machines/dialogs/new.tsx index 62aa289..b574579 100644 --- a/app/routes/machines/dialogs/new.tsx +++ b/app/routes/machines/dialogs/new.tsx @@ -21,7 +21,7 @@ export default function New(data: NewProps) { return ( <> - + Register Machine Key The machine key is given when you run{' '} @@ -36,7 +36,7 @@ export default function New(data: NewProps) {