Handle failed space auth

This commit is contained in:
Jon Staab
2024-11-18 20:31:17 -08:00
parent cbc4c524c4
commit ed738f64c8
4 changed files with 97 additions and 11 deletions
+1 -1
View File
@@ -62,7 +62,7 @@
let url = ""
let loading = false
$: linkIsValid = Boolean(tryCatch(() => isRelayUrl(normalizeRelayUrl(url))))
$: linkIsValid = Boolean(tryCatch(() => isRelayUrl(normalizeRelayUrl(url.split("|")[0]))))
</script>
<form class="column gap-4" on:submit|preventDefault={join}>