NearHuscarl / flutter_login

Provides login screen with login/signup functionalities to help speed up development
MIT License
1.51k stars 799 forks source link

Fix navigation to login page after pressing sign up confirm button. #449

Closed loph3xertoi closed 1 year ago

loph3xertoi commented 1 year ago

When loginAfterSignUp is disabled, it should return to login page after pressing sign up comfirm button instead of returning to additionalSignUpCard page, if additionalSignupData is not null.

juliansteenbakker commented 1 year ago

Thanks! LGTM!