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 d064d46 commit 34876f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/holder/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ 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: 0 additions & 1 deletion packages/holder/src/utils/getZkProof.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ 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 34876f6

Please sign in to comment.