How to update login view when user name or password wrong
I want to tell the user name or password is wrong when there is something wrong with the user's input by update login view
Hey @letlet,
Thanks for the issue, this is a great suggestion!
The thing about this topic is that this trends the borders of just creating a custom LoginViewController. Before just classifying as a custom LoginVC need, can you give me some more details... Would a simple AlertViewController popup work?
Yes, a AlertViewController popup works and is the solution I'm using. But it's not elegant. Error message above the input area is more usefull.
Im still very open to this feature request.
If someone doesn't mind, open up a PR that passes the following criteria:
- A single error message appearing onto of the Username textfield
- Add styling option in
CelyStyleto changeFontof styling, but have a default implementation inside of CelyStyleextension. - Update Documentation and affected tests
@letlet did you find a workaround for this? I'm running into a similar situation with cely...