Page MenuHomePhabricator

D6737.id22606.diff
No OneTemporary

D6737.id22606.diff

diff --git a/lib/utils/siwe-utils.js b/lib/utils/siwe-utils.js
--- a/lib/utils/siwe-utils.js
+++ b/lib/utils/siwe-utils.js
@@ -44,8 +44,8 @@
return message.prepareMessage();
}
-const expectedDomain = isDev ? 'localhost:3000' : 'comm.app';
-const expectedURI = isDev ? 'http://localhost:3000' : 'https://comm.app';
+const expectedDomain = isDev ? 'localhost:3000' : 'web.comm.app';
+const expectedURI = isDev ? 'http://localhost:3000' : 'https://web.comm.app';
// Verify that the SIWEMessage is a well formed Comm SIWE Auth message.
function isValidSIWEMessage(candidate: SIWEMessage): boolean {
return (

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 19, 12:14 PM (21 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2677291
Default Alt Text
D6737.id22606.diff (616 B)

Event Timeline