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
Added support for optional review screen on selfie flows.
Added the ability for the server to instruct the client to use fallback mode automatically. To use this, either pass in FallbackMode.defer to the .fallbackMode function on the InquiryTemplate builder, or pass in a valid fallback inquiry id (starts with iqfs) and a valid fallback session token (using the .sessionToken function) on the Inquiry builder.
Changed
InquiryDelegate is now marked as @MainActor to reflect it's existing behavior and eliminate warnings on implementations also marked as @MainActor.
Fixed
Fixed a bug that was causing the cursor to jump to the end of input text components when the user was not making their edit at the end of the input text.
Fixed a rare crash during government id step.
Made the verify with Reusable Persona button component disableable.
Fixed a bug that could cause inquiries to show pages that async workflows triggered after the inquiry success screen was reached when creating a Reusable Persona.