polina-c / flutter-auth-ui

flutter-auth-ui is an authentication library for flutter web applications. It uses Firebase auth as security as a service (SECaaS) provider. It implements UI to register user, validate email, sign in, sign out, restore password, access firestore..

Home Page:https://flatter-auth-ui-demo1.codemagic.app/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When user changes values in any screen, error message should disappear.

polina-c opened this issue · comments

Steps:

In sign in screen

  1. Type email
  2. Press 'Enter'
  3. Note error message 'password should not be empty'
  4. Start typing password

Expected behavior: error message should disappear.
Actual behavior: error message is still here.