From bf994628350f99f8817faa26623acfa1aa8ac480 Mon Sep 17 00:00:00 2001 From: Oleg Yakovenko Date: Mon, 15 Jul 2024 03:54:46 +0300 Subject: [PATCH] don't throw error. --- src/shared/services/auth/index.ts | 1 - 1 file changed, 1 deletion(-) 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."); } }