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

feat: Implement change password api #168

Merged
merged 3 commits into from
Jun 10, 2019
Merged

Conversation

atm1504
Copy link
Member

@atm1504 atm1504 commented Jun 10, 2019

Fixes #108

Changes:
Users can now change their password
Screenshot 2019-06-11 at 12 41 17 AM

reset_password.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
restPassword();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this a typo?

});
}

private void restPassword() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

check for typo

@atm1504 atm1504 merged commit 285b68c into development Jun 10, 2019
@atm1504 atm1504 deleted the atm_change_password branch June 10, 2019 19:32
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.

Implement reset password api
3 participants