don't throw error.

This commit is contained in:
Oleg Yakovenko 2024-07-15 03:54:46 +03:00
parent afc1670ac0
commit bf99462835
1 changed files with 0 additions and 1 deletions

View File

@ -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.");
} }
} }