firebase / FirebaseUI-Flutter

Apache License 2.0
90 stars 79 forks source link

fix(ui_auth): Fixed a momentary form display after signing in with EmailLinkAuth. #318

Closed ywake closed 2 months ago

ywake commented 3 months ago

Description

Fixed an issue where the email address input form was briefly redisplayed upon completing sign-in with EmailLinkAuth.

For now, I've prevented it from going back to the form display, but showing a loading indicator might also be a good idea.

Related Issues

none

Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process. Updating the pubspec.yaml and changelogs is not required.

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?