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; }