diff --git a/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/js/controller/menu.js b/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/js/controller/menu.js
index c607049..b9db85c 100644
--- a/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/js/controller/menu.js
+++ b/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/js/controller/menu.js
@@ -10,5 +10,5 @@ $(function() {
});
function getUserOk(data) {
- $("#username").html(data.username);
+ $("#username").html(data.id);
}
--
libgit2 0.21.2