|
@@ -88,6 +88,8 @@ public class AuthenticatorAsyncTask extends AsyncTask<Object, Void, RemoteOperat
|
|
String permanentLocation = redirectionPath.getLastPermanentLocation();
|
|
String permanentLocation = redirectionPath.getLastPermanentLocation();
|
|
result.setLastPermanentLocation(permanentLocation);
|
|
result.setLastPermanentLocation(permanentLocation);
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ result.setResultData(userInfoResult.getResultData());
|
|
} else {
|
|
} else {
|
|
result = new RemoteOperationResult(RemoteOperationResult.ResultCode.UNKNOWN_ERROR);
|
|
result = new RemoteOperationResult(RemoteOperationResult.ResultCode.UNKNOWN_ERROR);
|
|
}
|
|
}
|