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:
parent
ac1adddd50
commit
cda74e1fe2
1 changed files with 1 additions and 2 deletions
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue