Closed oskarrough closed 1 year ago
The forms do show errors correctly. The "bug" is that we're not yet sending rendering "success" messages to the form.
In the case of sign up, if we have res.data.user.id
, it means they user already exists and you're now signed in.
Not sure if that's still on but could not really reproduce.
Try to fix the messages of the sign up process, and validation by email.
Also added https://supabase.com/docs/guides/auth/auth-magic-link instead of "reset password" and "resend confirmation link"
ref: https://github.com/radio4000/components/commit/1e0649840f1a3d42c4413c89d333b86f6cdc440b
<r4-form>
used to show warnings/errors/success on forms, but at least for the r4-sign-up/in form it's not working at the moment.Example. After creating a new account, you have to confirm it via email. This message doesn't appear.