fix: trim the account-boundary message to what a reader needs

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Dv6sqaY6Vq3ChZHMem3cnU
This commit is contained in:
Daniel 2026-09-12 18:36:37 +02:00
parent ac1adddd50
commit cda74e1fe2

View file

@ -20,8 +20,7 @@
// failure when the message does not name it. // failure when the message does not name it.
document.querySelector('#account-recovery p').textContent = document.querySelector('#account-recovery p').textContent =
'This page was opened for a different account than the one now signed in. ' + '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 ' + 'Start a fresh session to continue.';
'account has been mixed. Start a fresh session to continue.';
document.querySelector('#account-recovery button').textContent = 'Sign in again'; document.querySelector('#account-recovery button').textContent = 'Sign in again';
} }
function read() { function read() {