Skip to content

Commit

Permalink
Merge pull request #508 from Web3Auth/fix/openlogin-adapter-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
yashovardhan authored Oct 16, 2023
2 parents a23e2b1 + c49f6b2 commit 80c0bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```javascript
import OpenloginAdapter from "@web3auth/openlogin-adapter";
import { OpenloginAdapter } from "@web3auth/openlogin-adapter";

const openloginAdapter = new OpenloginAdapter({
adapterSettings: {
Expand Down
2 changes: 1 addition & 1 deletion src/common/sdk/pnp/web/_openlogin-whitelabel-example.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```javascript
import OpenloginAdapter from "@web3auth/openlogin-adapter";
import { OpenloginAdapter } from "@web3auth/openlogin-adapter";

const openloginAdapter = new OpenloginAdapter({
adapterSettings: {
Expand Down

1 comment on commit 80c0bc9

@vercel
Copy link

@vercel vercel bot commented on 80c0bc9 Oct 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web3auth-docs – ./

w3a-docs.vercel.app
web3auth-docs-git-master-web3auth.vercel.app
web3auth-docs-web3auth.vercel.app

Please sign in to comment.