Update log messages

This commit is contained in:
Shreerang Kale 2025-04-25 16:51:22 +05:30
parent e75361494a
commit 3355267b6d
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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