mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
#1356 Login issue
This commit is contained in:
parent
67b4a19206
commit
cd618b0d57
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ public class LoginRegisterFragment extends Fragment {
|
|||
|
||||
Intent i = new Intent(getActivity(), LoginProgress.class);
|
||||
i.putExtra("username", binding.loginUsername.getText().toString());
|
||||
i.putExtra("password", binding.loginUsername.getText().toString());
|
||||
i.putExtra("password", binding.loginPassword.getText().toString());
|
||||
startActivity(i);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue