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
{{ message }}
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
When using the
session: { start: ... }
option inirma-client
it is not possible to do nice error handling on custom errors.Possible options are:
start
option and do a manual mapping; disadvantage is that the 'Try again' button will disappear on Error/Cancelled/Timeout.session
option at all and start the session manually in a custom plugin (by sayingsession: false
and handle the skipped transitions related tosession
manually in a custom pluginstart()
Promise.A low-effort third option is missing, this can be improved.
The text was updated successfully, but these errors were encountered: