Commit d980f07e authored by Muhammad Suryono's avatar Muhammad Suryono

Merge branch 'forgot-pasword'

parents 314ee5de 50ca5f09
...@@ -124,13 +124,5 @@ public class LoginActivity extends AppCompatActivity { ...@@ -124,13 +124,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