fix: update key recovery messaging across all pages
This commit is contained in:
parent
87a49d8e93
commit
1af1b07fb3
3 changed files with 3 additions and 3 deletions
|
|
@ -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>`}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue