Skip to content

Commit

Permalink
update holder
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Sep 11, 2024
1 parent 23c11d7 commit d064d46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/holder/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export const Home = () => {
setWalrusState({ account, didDocs });
} else {
// temp
console.log('start generate proof');
setShowLoginBtn(false);
const { id_token: jwt } = queryString.parse(location.hash) as {
id_token: string;
Expand Down
1 change: 1 addition & 0 deletions packages/holder/src/utils/getZkProof.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const getZkProof = async ({
salt: string;
}): Promise<string> => {
try {
console.log('start generate proof ...');
const res = await fetch('https://prover-dev.mystenlabs.com/v1', {
method: 'POST',
headers: {
Expand Down

0 comments on commit d064d46

Please sign in to comment.