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 8f863a8 commit 24d5f19Copy full SHA for 24d5f19
src/Web3Auth.ts
@@ -466,7 +466,6 @@ class Web3Auth implements IWeb3Auth {
466
}
467
468
private async authHandler(url: string, dataObject: AuthSessionConfig) {
469
- log.debug(`[Web3Auth] config passed: ${JSON.stringify(dataObject)}`);
470
const loginId = SessionManager.generateRandomSessionKey();
471
await this.createLoginSession(loginId, dataObject);
472
0 commit comments