don't throw error.
This commit is contained in:
parent
afc1670ac0
commit
bf99462835
|
|
@ -21,7 +21,6 @@ export const useAuth = () => {
|
||||||
console.log("👀👀👀 tonProof: ", tonProof);
|
console.log("👀👀👀 tonProof: ", tonProof);
|
||||||
} catch (error: any) {
|
} catch (error: any) {
|
||||||
console.error("👀👀👀 Error signing data: ", error);
|
console.error("👀👀👀 Error signing data: ", error);
|
||||||
throw new Error("Failed to sign data.");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue