|
@@ -21,7 +21,7 @@ import java.io.IOException;
|
21
|
21
|
|
22
|
22
|
import uprrp.tania.GlobalValues;
|
23
|
23
|
import uprrp.tania.R;
|
24
|
|
-import uprrp.tania.networking.SendAccountRecovery;
|
|
24
|
+import uprrp.tania.networking.SendLoginCredentials;
|
25
|
25
|
import uprrp.tania.utils.URLEventListener;
|
26
|
26
|
|
27
|
27
|
public class AccountRecoveryActivity extends AppCompatActivity {
|
|
@@ -73,7 +73,7 @@ public class AccountRecoveryActivity extends AppCompatActivity {
|
73
|
73
|
getString(R.string.progressDialogDescriptionText));
|
74
|
74
|
|
75
|
75
|
// Send request to server
|
76
|
|
- SendAccountRecovery accountRecoveryTask = new SendAccountRecovery(new URLEventListener() {
|
|
76
|
+ SendLoginCredentials accountRecoveryTask = new SendLoginCredentials(new URLEventListener() {
|
77
|
77
|
|
78
|
78
|
@Override
|
79
|
79
|
public void onSuccess(String response) {
|