Normalize relay URLs

This commit is contained in:
Jon Staab
2026-01-08 12:08:13 -08:00
parent cd1b328b1b
commit f86afc08fa
7 changed files with 30 additions and 20 deletions
+4 -4
View File
@@ -28,10 +28,10 @@
const onSubmit = async () => {
if (password.trim().length < 12) {
return pushToast({
theme: "error",
message: "Password must be at least 12 characters long.",
})
return pushToast({
theme: "error",
message: "Password must be at least 12 characters long.",
})
}
loading = true