From 3355267b6d508bd8dbf1ef7d3a19efddc8747472 Mon Sep 17 00:00:00 2001 From: Shreerang Kale Date: Fri, 25 Apr 2025 16:51:22 +0530 Subject: [PATCH] Update log messages --- src/hooks/useGetOrCreateAccounts.ts | 2 +- src/screens/AutoSignIn.tsx | 2 +- src/screens/SignRequestEmbed.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hooks/useGetOrCreateAccounts.ts b/src/hooks/useGetOrCreateAccounts.ts index d5fcc47..b00c55d 100644 --- a/src/hooks/useGetOrCreateAccounts.ts +++ b/src/hooks/useGetOrCreateAccounts.ts @@ -34,7 +34,7 @@ const useGetOrCreateAccounts = () => { if (event.data.type !== 'REQUEST_CREATE_OR_GET_ACCOUNTS') return; if (!REACT_APP_ALLOWED_URLS) { - console.log('allowed URLs are not set.'); + console.log('Allowed URLs are not set'); return; } diff --git a/src/screens/AutoSignIn.tsx b/src/screens/AutoSignIn.tsx index f018831..0a16e00 100644 --- a/src/screens/AutoSignIn.tsx +++ b/src/screens/AutoSignIn.tsx @@ -19,7 +19,7 @@ export const AutoSignIn = () => { if (event.data.type !== 'AUTO_SIGN_IN') return; if (!REACT_APP_ALLOWED_URLS) { - console.log('allowed URLs are not set.'); + console.log('Allowed URLs are not set'); return; } diff --git a/src/screens/SignRequestEmbed.tsx b/src/screens/SignRequestEmbed.tsx index 638256b..7a3fbfd 100644 --- a/src/screens/SignRequestEmbed.tsx +++ b/src/screens/SignRequestEmbed.tsx @@ -89,7 +89,7 @@ const SignRequestEmbed = ({ route }: SignRequestProps) => { if (!REACT_APP_ALLOWED_URLS) { - console.log('allowed URLs are not set.'); + console.log('Allowed URLs are not set'); return; }