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 eaf7356 commit f94e102Copy full SHA for f94e102
src/Web3Auth.ts
@@ -210,7 +210,6 @@ class Web3Auth implements IWeb3Auth {
210
};
211
212
this.options.redirectUrl = loginParams.redirectUrl;
213
- log.debug(`[Web3Auth] dataObject: ${JSON.stringify(dataObject)}`);
214
const result = await this.openloginHandler(`${this.baseUrl}/start`, dataObject);
215
216
if (result.type !== "success" || !result.url) {
0 commit comments