You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We get error message from backend if signup fails for any reason and we can listen to the webauthn:attestation:failure event that Stimulus controller dispatches.
The issue is, that we don't have any details in this event, no response message, or status code, or error message, so we cannot tell the user what is wrong, except showing a generic error message.
Example
No response
The text was updated successfully, but these errors were encountered:
Description
We get error message from backend if signup fails for any reason and we can listen to the
webauthn:attestation:failure
event that Stimulus controller dispatches.The issue is, that we don't have any details in this event, no response message, or status code, or error message, so we cannot tell the user what is wrong, except showing a generic error message.
Example
No response
The text was updated successfully, but these errors were encountered: