Owen Bickford

Results 34 comments of Owen Bickford
trafficstars

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...