From 1af1b07fb3d348d3288a557dd13e5fb1835b5626 Mon Sep 17 00:00:00 2001 From: OpenClaw Date: Sat, 14 Feb 2026 19:27:21 +0000 Subject: [PATCH] fix: update key recovery messaging across all pages --- public/docs.html | 2 +- public/index.html | 2 +- src/index.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/docs.html b/public/docs.html index 341e149..8ec3556 100644 --- a/public/docs.html +++ b/public/docs.html @@ -346,7 +346,7 @@ "limit": "100 PDFs/month", "docs": "https://docfast.dev/#endpoints" } -
Save your API key immediately โ€” it won't be shown again.
+
Save your API key securely. You can recover it via email at POST /v1/recover
diff --git a/public/index.html b/public/index.html index 0f6afc4..6c04a35 100644 --- a/public/index.html +++ b/public/index.html @@ -370,7 +370,7 @@ html, body {

๐Ÿš€ Your API key is ready!

โš ๏ธ - Save your API key now โ€” we can't recover it later. + Save your API key securely. Lost it? Recover via email
diff --git a/src/index.ts b/src/index.ts index 8faeb16..6e9de17 100644 --- a/src/index.ts +++ b/src/index.ts @@ -130,7 +130,7 @@ p{color:#7a8194;margin-bottom:24px;line-height:1.6}

${title}

${message}

${apiKey ? ` -
โš ๏ธ Save your API key now โ€” we can't recover it later.
+
โš ๏ธ Save your API key securely. You can recover it via email if needed..
${apiKey}
` : ``}