generated from toph/supa-svelte
requestOTP missing email format validation #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
src/lib/remote/auth.remote.ts:44-46
validates v.nonEmpty() but not v.email(), while register at line 92 correctly includes v.email('Invalid email')
Any non-empty string hits PocketBase. Add v.email() to match register