Skip to content

Commit

Permalink
SHIBUI-2393
Browse files Browse the repository at this point in the history
Added missing "name" value to the Dynamic Registration
  • Loading branch information
chasegawa committed Nov 15, 2022
1 parent b1c54f0 commit 56db66e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public DynamicRegistrationRepresentation(DynamicRegistrationInfo dri) {
idOfOwner = dri.getIdOfOwner();
jwks = dri.getJwks();
logoUri = dri.getLogoUri();
name = dri.setName();
name = dri.getName();
modifiedDate = dri.getModifiedDate();
policyUri = dri.getPolicyUri();
redirectUris = dri.getRedirectUris();
Expand Down

0 comments on commit 56db66e

Please sign in to comment.