Skip to content
Snippets Groups Projects
Commit ed915c87 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

Fix profile update rest action

parent eb127323
No related branches found
No related tags found
No related merge requests found
...@@ -139,7 +139,7 @@ public class UserService extends AbstractService { ...@@ -139,7 +139,7 @@ public class UserService extends AbstractService {
* Update an user profile * Update an user profile
* @param profileJson * @param profileJson
*/ */
public ListenableActionFuture<UpdateResponse> updateProfileFromJson(String profileJson, String id) { public ListenableActionFuture<UpdateResponse> updateProfileFromJson(String id, String profileJson) {
JsonNode actualObj = readAndVerifyIssuerSignature(profileJson); JsonNode actualObj = readAndVerifyIssuerSignature(profileJson);
String issuer = getIssuer(actualObj); String issuer = getIssuer(actualObj);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment