Skip to content

Commit

Permalink
Update packages/core/src/lib/validation.ts
Browse files Browse the repository at this point in the history
Co-authored-by: pdtfh <149602456+pdtfh@users.noreply.github.com>
  • Loading branch information
0xPenryn and pdtfh authored Jan 18, 2024
1 parent cd5ab69 commit 75fdacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/lib/validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function validate_bridge_url(bridge_url: string, is_staging?: boolean): V
// remove once restriction lifted in world app
if (!test_url.hostname.endsWith('worldcoin.org') && !test_url.hostname.endsWith('toolsforhumanity.com')) {
console.warn(
"Bridge URL should be a subdomain of worldcoin.org or toolsforhumanity.com. The user's identity wallet may refuse to connect. This is a temporary restriction and will be removed in the future."
"Bridge URL should be a subdomain of worldcoin.org or toolsforhumanity.com. The user's identity wallet may refuse to connect. This is a temporary measure and may be removed in the future."
)
}

Expand Down

0 comments on commit 75fdacd

Please sign in to comment.