Closed ruisebas closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
:exclamation: No coverage uploaded for pull request base (
main@24f28b8
). Click here to learn what that means.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issue #, if available:
Description of changes:
When a Sign Up flows is successful, the Authenticator automatically determines the next action based on the result's
nextStep
. If a user doesn't need confirmation, the next step will bedone
, in which case the Authenticator will attempt to automatically Sign In.However, because the user credentials were not yet set, the sign in request failed because it provided empty values.
Other changes
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.