Add account information render

This commit is contained in:
Paulo Gustavo Veiga
2022-01-07 17:47:53 -08:00
parent 965c65e793
commit 761b2e5ee0
3 changed files with 83 additions and 83 deletions

View File

@@ -30,6 +30,8 @@
var mindmapLockedMsg = '<spring:message code="MINDMAP_LOCKED" arguments="${lockInfo.user.fullName},${lockInfo.user.email}"/>';
var userOptions = ${mindmap.properties};
var isAuth = ${principal != null};
var accountName = '${principal.fullName}';
var accountEmail = '${principal.email}';
</script>
<%@ include file="/jsp/googleAnalytics.jsf" %>
</head>