Skip to content

Commit

Permalink
feat: improve error messages (#3169)
Browse files Browse the repository at this point in the history
Co-authored-by: Enes <[email protected]>
Co-authored-by: tomiir <[email protected]>
  • Loading branch information
3 people authored Nov 7, 2024
1 parent 3bfbbb9 commit eacb5ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/appkit-utils/src/ErrorUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const ErrorUtil = {
longMessage: () =>
`Origin ${
isSafe() ? window.origin : 'unknown'
} not found on Allowlist - update configuration`
} not found on Allowlist - update configuration on cloud.reown.com`
},
SOCIALS_TIMEOUT: {
shortMessage: 'Invalid App Configuration',
Expand All @@ -34,7 +34,7 @@ export const ErrorUtil = {
},
PROJECT_ID_NOT_CONFIGURED: {
shortMessage: 'Project ID Not Configured',
longMessage: 'Project ID Not Configured - update configuration'
longMessage: 'Project ID Not Configured - update configuration on cloud.reown.com'
}
}
}
Expand Down

0 comments on commit eacb5ee

Please sign in to comment.