Do not show misleading information about passwords

Incorrect username or password -> Session expired
This commit is contained in:
Rahul Kumar Patel
2019-11-01 03:10:06 +05:30
parent 54dbf5c4f5
commit 1bb74f0a60

View File

@@ -254,7 +254,7 @@ public abstract class BaseFragment extends Fragment {
Accountant.completeCheckout(context);
logInWithDummy();
} else {
ContextUtil.toast(context, R.string.error_incorrect_password);
ContextUtil.toast(context, R.string.error_session_expired);
Accountant.completeCheckout(context);
}
}