unipiazza / unipiazza-android-twostepslogin

An Android library that helps you to make a cool two steps login in Material Design way. Such as Google web login.
Apache License 2.0
238 stars 44 forks source link

Wrong Password Operation Insufficient #3

Open pretizy opened 6 years ago

pretizy commented 6 years ago

The wrong password operation does little and there is no way to display an error text letting the user know the password was wrong.

public void wrongPassword() {
        progressBarSecond.setVisibility(View.GONE);
        layoutSecond.setVisibility(View.VISIBLE);
    }
pretizy commented 6 years ago

with your permission and details on how to make my contribution i would like to submit the PR for this