From 8cf1ff11e1ff1aada4520d0f3532a016493e0636 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 30 Apr 2026 14:36:02 +0200 Subject: [PATCH] docs(blinko): add note about F5 refresh after signup --- json/blinko.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/json/blinko.json b/json/blinko.json index 465735bc..70f3508f 100644 --- a/json/blinko.json +++ b/json/blinko.json @@ -35,6 +35,10 @@ { "text": "Create your account on first access via the web interface.", "type": "info" + }, + { + "text": "After signup, if you see 'user not found' on first login, refresh the page (F5). This is a known upstream behavior; subsequent logins work normally.", + "type": "warning" } ] }