Android - Different Internet connectivity errors for both Sign in & Register screens #186
Open
Labels
bug
Report of or fix for something that isn't working as intended
Description:
When the user tries to sign in without the internet (Empty Fields), an invalid email error occurs. In contrast, when the user tries to register without the internet (Empty Fields), an Internet connectivity error occurs.
Note: The logic behind this is that when there is no internet and we try to sign in with empty fields, the server first checks the validation of the fields and then the connection. According to this logic, the Sign-in behavior is correct
Steps to Reproduce:
Expected Behavior:
The Behavior for both Register & Sign in should be the same
The text was updated successfully, but these errors were encountered: