Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3113831
D4960.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
496 B
Referenced Files
None
Subscribers
None
D4960.diff
View Options
diff --git a/landing/siwe.react.js b/landing/siwe.react.js
--- a/landing/siwe.react.js
+++ b/landing/siwe.react.js
@@ -6,10 +6,9 @@
import { SiweMessage } from 'siwe';
import { useAccount, useSigner } from 'wagmi';
-const domain = window.location.host;
-const origin = window.location.origin;
-
function createSiweMessage(address, statement) {
+ const domain = window.location.host;
+ const origin = window.location.origin;
const message = new SiweMessage({
domain,
address,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 1, 7:31 PM (19 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2400580
Default Alt Text
D4960.diff (496 B)
Attached To
Mode
D4960: [landing] fixed fatal bundling issue using window outside function scope
Attached
Detach File
Event Timeline
Log In to Comment