fix: update key recovery messaging across all pages

This commit is contained in:
OpenClaw 2026-02-14 19:27:21 +00:00
parent 87a49d8e93
commit 1af1b07fb3
3 changed files with 3 additions and 3 deletions

View file

@ -130,7 +130,7 @@ p{color:#7a8194;margin-bottom:24px;line-height:1.6}
<h1>${title}</h1>
<p>${message}</p>
${apiKey ? `
<div class="warning"> Save your API key now we can't recover it later.</div>
<div class="warning"> Save your API key securely. You can recover it via email if needed..</div>
<div class="key-box" onclick="navigator.clipboard.writeText('${apiKey}');this.style.borderColor='#5eead4';setTimeout(()=>this.style.borderColor='#34d399',1500)">${apiKey}</div>
<div class="links">100 free PDFs/month · <a href="/docs">Read the docs </a></div>
` : `<div class="links"><a href="/"> Back to DocFast</a></div>`}