Comparing version 1.0.49 to 1.0.50
{ | ||
"name": "c8ocaf", | ||
"version": "1.0.49", | ||
"version": "1.0.50", | ||
"description": "Convertigo Angular Framework", | ||
@@ -5,0 +5,0 @@ "main": "bundle/index.umd.js", |
@@ -288,3 +288,3 @@ "use strict"; | ||
url += "&redirect_uri=" + redirectUri_1; | ||
window.open(url.toString(), "_blank", "location=no, clearsessioncache=yes, clearcache=yes"); | ||
window.open(url.toString(), "cafLogin", "location=no, clearsessioncache=yes, clearcache=yes"); | ||
window.addEventListener('message', function (parsedResponse) { | ||
@@ -291,0 +291,0 @@ if (parsedResponse.data["access_token"] != undefined && |
@@ -435,5 +435,6 @@ import {App } from 'ionic-angular'; | ||
else { | ||
// | ||
const redirectUri = "http://localhost:18080/convertigo/projects/lib_OAuth/getToken.html"; | ||
url += "&redirect_uri=" + redirectUri; | ||
window.open(url.toString(), "_blank", "location=no, clearsessioncache=yes, clearcache=yes"); | ||
window.open(url.toString(), "cafLogin", "location=no, clearsessioncache=yes, clearcache=yes"); | ||
window.addEventListener('message', (parsedResponse) =>{ | ||
@@ -440,0 +441,0 @@ if (parsedResponse.data["access_token"] != undefined && |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
163726
2530