We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f46a29 commit 5f8e90aCopy full SHA for 5f8e90a
src/components/connectOverlay/ConnectOverlay.tsx
@@ -100,11 +100,6 @@ const ConnectOverlay: React.FC<Props> = ({
100
101
const response = await axios.post(BRIDGE_URL + '/init-provider', {
102
wallet: wallet,
103
- Headers: {
104
- 'Content-Type': 'application/json',
105
- 'Access-Control-Allow-Origin': '*',
106
- 'ngrok-skip-browser-warning': 'true',
107
- },
108
});
109
const providerId = response.data.providerId;
110
const uri = response.data.uri;
0 commit comments