Commit 586cfbce authored by tom's avatar tom

[skip ci] fix error when creating wagmi config

parent fd7d9e2f
......@@ -28,6 +28,7 @@ const wagmiConfig = (() => {
icons: [ config.UI.sidebar.icon.default ].filter(Boolean),
},
enableEmail: true,
ssr: true,
});
return wagmiConfig;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment