Created
February 24, 2020 10:44
-
-
Save Swader/da49a60ff97161d70c8f544826179d69 to your computer and use it in GitHub Desktop.
snippets
This file contains 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
</form> | |
<!-- -------↓↓↓↓ ADD THIS ↓↓↓↓------ --> | |
<div style="margin-top:10px"><button type="submit" class="btn btn-primary" id="web3login">Log in with Web3</button></div> | |
<div> | |
<select name="web3account" id="web3accounts" style="display:none"></select> | |
<button type="submit" class="btn btn-primary" id="web3loginConfirm" style="display:none">Confirm login</button> |
This file contains 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
</form> | |
<!-- -------↓↓↓↓ ADD THIS ↓↓↓↓------ --> | |
<div style="margin-top:10px"><button type="submit" class="btn btn-primary" id="web3login">Register with Web3</button></div> | |
<div> | |
<select name="web3account" id="web3accounts" style="display:none"></select> | |
<button type="submit" class="btn btn-primary" id="web3loginConfirm" style="display:none">Confirm Registration</button> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment