@cometh/connect-hosted-sdk
Advanced tools
Comparing version 0.1.0-dev.16 to 0.1.0-dev.17
@@ -258,3 +258,3 @@ var __defProp = Object.defineProperty; | ||
params.append("code_challenge_method", pkce.method); | ||
this._iframe.src = safeURL(this._oidcAppURI, `/iframe/auth`); | ||
this._iframe.src = safeURL(this._oidcAppURI, `/iframe/auth?client_id=${encodeURIComponent(this._apiKey)}`); | ||
} | ||
@@ -261,0 +261,0 @@ _redirectToLogout() { |
{ | ||
"name": "@cometh/connect-hosted-sdk", | ||
"version": "0.1.0-dev.16", | ||
"version": "0.1.0-dev.17", | ||
"author": "Cometh", | ||
@@ -5,0 +5,0 @@ "description": "SDK Cometh Hosted-Connect", |
Sorry, the diff of this file is not supported yet
72166