Owen Bickford
Owen Bickford
The `SupportComponent` will send a `{:passkeys_supported, false}` message to the parent LiveView in that case. With this message, you might set a `@passkeys_supported?` assign, which would be used to remove...
Thank you for the bug report, @peaceful-james. I will look into this.
I see what's happening here. The email field from the form is being read when `:registration_successful` is received, where it should be taking the value from the `@webauthn_user` assign or...
Relates to #76