Tweak errors so that actionable links are rendered

This commit is contained in:
Jon Staab
2025-05-07 15:04:35 -07:00
parent 94a0077b09
commit d57f4747a6
7 changed files with 36 additions and 34 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
const error = await attemptRelayAccess(url, claim)
if (error) {
return pushToast({theme: "error", message: error})
return pushToast({theme: "error", message: error, timeout: 30_000})
}
const socket = Pool.get().get(url)