Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the login screen crash problem which occurs when we fill wrong login details. #2271

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

AayushSrivastava001
Copy link

…login details.

Fixes #Issue_Number

Screen.Record.of.the.login.screen.correction.mp4

Please Add Screenshots If there are any UI changes.

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Apply the MifosStyle.xml style template to your code in Android Studio.

  • Run the unit tests with ./gradlew check to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them.

@@ -18,4 +18,5 @@
<string name="feature_auth_error_password_length">Invalid password length</string>
<string name="feature_auth_error_not_connected_internet">No Internet Connection</string>
<string name="feature_auth_error_login_failed">Login Failed, Please Try Again Later.</string>
<string name="feature_auth_error_unexpected">Unexpected Error Please Enter the valid Login details</string>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you mind changing the string name to feature_auth_error_wrong_credentials ???

Copy link
Author

@AayushSrivastava001 AayushSrivastava001 Dec 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Darkeye14 I made the required changes may you please review it

Copy link
Contributor

@itsPronay itsPronay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO This doesn't actually fix the error. please correct me if i'm wrong
The error we are getting is:

image

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