Skip to content

Conversation

@shiv07tiwari
Copy link
Contributor

Fixes #927

Changes: Removed the dependency of login button on email verification. IMO the login button should always be enabled so as to show the exact error to the user, otherwise functions like
private fun hasErrors(email: String?, password: String?): Boolean {
if (email.isNullOrEmpty() || password.isNullOrEmpty()) {
mutableError.value = "Email or Password cannot be empty!"
return true
}
return false
}
are of no use.
videotogif_2019 02 15_18 40 26

@shiv07tiwari
Copy link
Contributor Author

@liveHarshit @nikit19 @iamareebjamal Kindly review this PR

@iamareebjamal iamareebjamal merged commit 55263df into fossasia:development Feb 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants