@cloudbase/oauth
Advanced tools
Comparing version 1.3.6-beta to 1.3.7-beta
@@ -72,3 +72,3 @@ "use strict"; | ||
} | ||
const redirectURL = window.location.origin + window.location.pathname; | ||
const redirectURL = window.location.origin + window.location.pathname + "?__iframe=on"; | ||
const captchaTokenResp = await this._config.request(GET_CAPTCHA_URL, { | ||
@@ -75,0 +75,0 @@ method: 'POST', |
{ | ||
"name": "@cloudbase/oauth", | ||
"version": "1.3.6-beta", | ||
"version": "1.3.7-beta", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
133746