Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit dc88602a authored by Mario Đanić's avatar Mario Đanić Committed by GitHub
Browse files

Merge pull request #117 from nextcloud/bugfix/116

Fixes #116: Remove leaking of user sensitive information
parents 240a1c1e eb85387c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -116,9 +116,6 @@ public class GetRemoteUserInfoOperation extends OCSRemoteOperation {
            status = client.executeMethod(get);

            if (isSuccess(status)) {
                String response = get.getResponseBodyAsString();
                Log_OC.d(TAG, "Successful response: " + response);

                ServerResponse<UserInfo> ocsResponse = getServerResponse(get, new TypeToken<ServerResponse<UserInfo>>(){});

                UserInfo userInfo = ocsResponse.getOcs().getData();