Skip to content

Commit 1529d0c

Browse files
authored
fix github verification (#3782)
* specify non-default signature scheme * undo linting change
1 parent 1a92654 commit 1529d0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/builder/src/components/providers/identity/credentials.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export const fetchChallengeCredential = async (
2525
payload: {
2626
address: payload.address,
2727
type: payload.type,
28+
signatureType: "EIP712",
2829
},
2930
}
3031
);

0 commit comments

Comments
 (0)