Skip to content

Commit 8628b5e

Browse files
committed
fix: changed clientName into client_name
Signed-off-by: Tom Lanser <tom@devv.nl>
1 parent c3939b2 commit 8628b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openid4vc/src/openid4vc-verifier/router/federationEndpoint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const createRPRegistrationMetadataPayload = (opts: any): RPRegistrationMetadataP
2222
subject_types_supported: opts.subjectTypesSupported,
2323
subject_syntax_types_supported: opts.subject_syntax_types_supported || ['did:web:', 'did:ion:'],
2424
vp_formats: opts.vpFormatsSupported,
25-
client_name: opts.clientName,
25+
client_name: opts.client_name,
2626
logo_uri: opts.logo_uri,
2727
tos_uri: opts.tos_uri,
2828
client_purpose: opts.clientPurpose,

0 commit comments

Comments
 (0)