Skip to content

Commit d745caf

Browse files
committed
Fix error message typo.
1 parent d4d5c49 commit d745caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/authorizationResponse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export async function send({
7272
} catch(cause) {
7373
const message = cause.data?.error_description ?? cause.message;
7474
const error = new Error(
75-
`Could not send OID4VP authorization response: ${message}.`,
75+
`Could not send OID4VP authorization response: ${message}`,
7676
{cause});
7777
error.name = 'OperationError';
7878
throw error;

0 commit comments

Comments
 (0)