Created
April 14, 2020 09:00
-
-
Save marekkirejczyk/5bb73561aedd8312a68ce79c6656009c to your computer and use it in GitHub Desktop.
Adding Unilogin to Onnoard.js initialization
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
onboard = Onboard({ | |
... | |
wallets: { | |
{ walletName: 'unilogin', preferred: true }, | |
... | |
} | |
}) | |
this.setState({ onboard }) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment