firebase / FirebaseUI-Flutter

Apache License 2.0
99 stars 86 forks source link

feat(firebase_ui_auth): Add "Go Back" button to EmailLinkSignInView #63

Closed rstieger closed 12 months ago

rstieger commented 1 year ago

Description

This PR adds a "Go back" button to EmailLinkSignInView. Other views and screens in firebase_ui_auth have a similar button already, but EmailLinkSignInView does not, so users can get stuck if they got there by mistake, mistyped their email address, etc. This button code was copied from SMSCodeInputScreen, so it should be consistent with other auth flows in the package.

Related Issues

Fixes #81

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?

lesnitsky commented 12 months ago

Great job, @rstieger 👍 Thank you!