Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit bb2cc25

Browse files
committed
Merge pull request #39 from MartyBurns/master
corrected authorizations screen to display dadataCustodianId instead of thirdparty application
2 parents b023db9 + 4b65572 commit bb2cc25

File tree

1 file changed

+1
-1
lines changed
  • src/main/webapp/WEB-INF/jsp/RetailCustomer/AuthorizationList

1 file changed

+1
-1
lines changed

src/main/webapp/WEB-INF/jsp/RetailCustomer/AuthorizationList/index.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<tbody>
4141
<c:forEach var="authorization" items="${authorizationList}">
4242
<tr>
43-
<td class="data_custodian"><c:out value="${authorization.applicationInformation.thirdPartyApplicationName}"/></td>
43+
<td class="data_custodian"><c:out value="${authorization.applicationInformation.dataCustodianId}"/></td>
4444
<td class="access_token"><c:out value="${authorization.accessToken}"/></td>
4545
<td class="subscription_id"><c:out value="${authorization.subscriptionId}"/></td>
4646
</tr>

0 commit comments

Comments
 (0)