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
|
|
@ -370,7 +370,7 @@ html, body {
|
|||
<h2>🚀 Your API key is ready!</h2>
|
||||
<div class="warning-box">
|
||||
<span class="icon">⚠️</span>
|
||||
<span>Save your API key now — we can't recover it later.</span>
|
||||
<span>Save your API key securely. Lost it? <a href="#" onclick="document.getElementById('recover-section').scrollIntoView()" style="color:#fbbf24">Recover via email</a></span>
|
||||
</div>
|
||||
<div style="background:var(--bg);border:1px solid var(--accent);border-radius:8px;padding:14px;font-family:monospace;font-size:0.82rem;word-break:break-all;margin:16px 0;position:relative;">
|
||||
<span id="apiKeyText"></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue