There was an error while loading. Please reload this page.
1 parent 0d776b2 commit 876680dCopy full SHA for 876680d
github/src/main/resources/static/index.html
@@ -45,7 +45,7 @@ <h1>Login</h1>
45
}
46
});
47
$.get("/user", function(data) {
48
- $("#user").html(data.userAuthentication.details.name);
+ $("#user").html(data.name);
49
$(".unauthenticated").hide();
50
$(".authenticated").show();
51
0 commit comments