fixed an incorrect name to one of the fields in the underlying model causing errors once a user logs in.
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…
Reference in New Issue