@particle-network/auth
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -326,3 +326,2 @@ "use strict"; | ||
device_id: (0, utils_1.getDeviceId)(), | ||
theme_type: this.getThemeType(), | ||
display_close_button: this.displayCloseButton, | ||
@@ -340,3 +339,3 @@ }; | ||
const value = encodeURIComponent(crypto_js_1.default.enc.Base64.stringify(cipherText)) + this.secretKey; | ||
const url = `${schema}?params=${value}&encoding=base64#${path}`; | ||
const url = `${schema}?params=${value}&encoding=base64&theme_type=${this.getThemeType()}#${path}`; | ||
return url; | ||
@@ -343,0 +342,0 @@ } |
{ | ||
"name": "@particle-network/auth", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "lib", |
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
51717
657