Skip to content

Commit

Permalink
fix: changed clientName into client_name
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Lanser <tom@devv.nl>
  • Loading branch information
Tommylans committed Nov 26, 2024
1 parent c3939b2 commit 8628b5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const createRPRegistrationMetadataPayload = (opts: any): RPRegistrationMetadataP
subject_types_supported: opts.subjectTypesSupported,
subject_syntax_types_supported: opts.subject_syntax_types_supported || ['did:web:', 'did:ion:'],
vp_formats: opts.vpFormatsSupported,
client_name: opts.clientName,
client_name: opts.client_name,
logo_uri: opts.logo_uri,
tos_uri: opts.tos_uri,
client_purpose: opts.clientPurpose,
Expand Down

0 comments on commit 8628b5e

Please sign in to comment.