Skip to content

Commit

Permalink
CDNJS
Browse files Browse the repository at this point in the history
  • Loading branch information
WietseWind authored Nov 9, 2022
1 parent 93b64f0 commit 1e499dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sample/jsmodule.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Xumm Web3 demo</title>
<script data-consolejs-channel="d92d934c-af17-3340-33ec-7e36127f565a" src="https://remotejs.com/agent/agent.js"></script>
</head>
<body>
<h1>Sample</h1>
<h2 id="sub">...</h2>
<button id="auth">Auth</button>
<button id="logout">Logout</button>
<script type="module">
import 'https://hwguzwf.dlvr.cloud/xumm-oauth2-pkce.min.js'
import 'https://cdn.jsdelivr.net/npm/xumm-oauth2-pkce/dist/browser.min.js'

const xumm = new XummPkce('47d328db-0b34-4451-a258-393480c9b4cd')

Expand Down

0 comments on commit 1e499dc

Please sign in to comment.