diff --git a/src/shared/services/auth/index.ts b/src/shared/services/auth/index.ts index 3618fc7..d3f8fda 100644 --- a/src/shared/services/auth/index.ts +++ b/src/shared/services/auth/index.ts @@ -21,7 +21,6 @@ export const useAuth = () => { console.log("👀👀👀 tonProof: ", tonProof); } catch (error: any) { console.error("👀👀👀 Error signing data: ", error); - throw new Error("Failed to sign data."); } }