mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-06-19 04:58:47 -04:00
Do not show misleading information about passwords
Incorrect username or password -> Session expired
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user