CCExtractor / beacon

Flutter application to share location with a group. (under development)
58 stars 148 forks source link

Auto refinement of email address enter by user #162

Closed codewithkushagra closed 2 years ago

codewithkushagra commented 2 years ago

Describe the bug While logging, the redundancies in the Email Address string entered by the users are not filtered automatically by the app, for example if I enter "example@gmail.com " and the actual account is "example@gmail.com" the is shows user does not exist

To Reproduce Steps to reproduce the behavior:

  1. Go to Login Screen
  2. Enter your email address with extra space at the end
  3. Enter password and try to login
  4. See error 'user does not exist'

Expected behavior It should automatically refine such redundancies in the email string entered by the user.

Demonstration

WhatsApp Image 2022-04-16 at 9 21 25 PM

Environment

Additional context The problem solution will improve the user experience.

Are you working on this issue? (Yes/No) Yes

HarshitGulgulia commented 2 years ago

I have resolved the issue. I am making a PR.

ItsAdityaKSingh commented 2 years ago

@nb9960 This issue has been resolved :)

ItsAdityaKSingh commented 2 years ago

@codewithkushagra you may close this issue!