Move from .env to .env.local

This commit is contained in:
Jon Staab
2026-03-06 13:58:03 -08:00
parent 65fa93d853
commit 837e4bc537
6 changed files with 8 additions and 6 deletions
+2 -1
View File
@@ -59,7 +59,8 @@
const setupRes = await client.setupRecovery(email, password)
if (!setupRes.ok) {
const message = setupRes.messages.find(m => m.res && !m.res?.ok)?.res?.message || "Please try again."
const message =
setupRes.messages.find(m => m.res && !m.res?.ok)?.res?.message || "Please try again."
return pushToast({
theme: "error",