Skip to content

Commit

Permalink
update OpenloginAdapter imports
Browse files Browse the repository at this point in the history
otherwise code examples for instantiating don't work
  • Loading branch information
BboyStatix authored Oct 16, 2023
1 parent a23e2b1 commit c49f6b2
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

0 comments on commit c49f6b2

Please sign in to comment.