fixed an incorrect name to one of the fields in the underlying model causing errors once a user logs in.

pull/576/merge
kangelov 11 years ago committed by Justin Richer
parent d59d0d41e9
commit 41e76fd6c9

@ -7,7 +7,7 @@
<c:set var="shortName" value="${ userInfo.preferredUsername }" />
</c:when>
<c:otherwise>
<c:set var="shortName" value="${ userInfo.userId }" />
<c:set var="shortName" value="${ userInfo.sub }" />
</c:otherwise>
</c:choose>
<c:choose>

Loading…
Cancel
Save