From cda74e1fe2845cb1cdb924a67ab968d3ccdb1033 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 12 Sep 2026 18:36:37 +0200 Subject: [PATCH] fix: trim the account-boundary message to what a reader needs Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01Dv6sqaY6Vq3ChZHMem3cnU --- public/js/accountBoundary.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/js/accountBoundary.js b/public/js/accountBoundary.js index c1ea5fd4..7538d961 100644 --- a/public/js/accountBoundary.js +++ b/public/js/accountBoundary.js @@ -20,8 +20,7 @@ // failure when the message does not name it. document.querySelector('#account-recovery p').textContent = 'This page was opened for a different account than the one now signed in. ' + - 'That is a safeguard, not an error: nothing is lost, and no data from either ' + - 'account has been mixed. Start a fresh session to continue.'; + 'Start a fresh session to continue.'; document.querySelector('#account-recovery button').textContent = 'Sign in again'; } function read() {