@cloudbase/oauth
Advanced tools
Comparing version 1.3.11-beta to 1.3.12-beta
@@ -60,2 +60,5 @@ "use strict"; | ||
if (e.origin == openURL.origin && callBack.callFunc) { | ||
if (!(typeof e.data === "string")) { | ||
return; | ||
} | ||
target.style.display = 'none'; | ||
@@ -62,0 +65,0 @@ const data = JSON.parse(e.data); |
{ | ||
"name": "@cloudbase/oauth", | ||
"version": "1.3.11-beta", | ||
"version": "1.3.12-beta", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
134546
2838