Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3518320
D5161.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
413 B
Referenced Files
None
Subscribers
None
D5161.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
@@ -60,8 +60,7 @@
}
function SIWE(): React.Node {
- const { data } = useAccount();
- const { address } = data || {};
+ const { address } = useAccount();
const { data: signer } = useSigner();
const onClick = React.useCallback(() => signInWithEthereum(address, signer), [
address,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Dec 23, 7:45 PM (18 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2696081
Default Alt Text
D5161.diff (413 B)
Attached To
Mode
D5161: [landing] updated which wagmi parameter is the actual address
Attached
Detach File
Event Timeline
Log In to Comment