@cometh/connect-hosted-sdk
Advanced tools
Comparing version 0.1.0-dev.14 to 0.1.0-dev.15
@@ -375,3 +375,5 @@ var __defProp = Object.defineProperty; | ||
this._oidcUrl, | ||
`/iframe/wallet?client_id=${encodeURIComponent(this._apiKey)}` | ||
// TODO temporary change to auth page | ||
//`/iframe/wallet?client_id=${encodeURIComponent(this._apiKey)}` | ||
`/iframe/auth?client_id=${encodeURIComponent(this._apiKey)}` | ||
); | ||
@@ -378,0 +380,0 @@ iframe.style.display = "none"; |
{ | ||
"name": "@cometh/connect-hosted-sdk", | ||
"version": "0.1.0-dev.14", | ||
"version": "0.1.0-dev.15", | ||
"author": "Cometh", | ||
@@ -5,0 +5,0 @@ "description": "SDK Cometh Hosted-Connect", |
Sorry, the diff of this file is not supported yet
70851
1990