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 2df3b4b commit d129e18Copy full SHA for d129e18
docs/auth-provider-setup/social-providers/vkontakte.mdx
@@ -58,7 +58,7 @@ const authAdapter = new AuthAdapter({
58
web3AuthInstance.configureAdapter(authAdapter);
59
60
// Initialize
61
-await web3AuthInstance.initModal();
+await web3AuthInstance.init();
62
63
// Login with ВКонтакте (vKontakte)
64
// focus-start
0 commit comments