Commit 50ca5f09 authored by Muhammad Suryono's avatar Muhammad Suryono

Merge branch 'forgot-password' of…

Merge branch 'forgot-password' of https://git.mdd.co.id:44195/muhammadsuryono/meser into forgot-pasword
parents f82bdcd2 038ea010
...@@ -118,13 +118,5 @@ public class LoginActivity extends AppCompatActivity { ...@@ -118,13 +118,5 @@ public class LoginActivity extends AppCompatActivity {
registerState.show(getSupportFragmentManager(),registerState.getTag()); registerState.show(getSupportFragmentManager(),registerState.getTag());
} }
}); });
tvForgotPassword.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
startActivity(new Intent(LoginActivity.this, ForgotPasswordActivity.class));
}
});
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment