@garoon/plugin-uploader
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -29,3 +29,3 @@ "use strict"; | ||
const login = async (baseUrl, browser, username, password, basicAuth) => { | ||
const loginUrl = `${baseUrl}/login/?saml=off`; | ||
const loginUrl = `${baseUrl}/login?saml=off`; | ||
const page = await browser.newPage(); | ||
@@ -32,0 +32,0 @@ if (basicAuth) { |
{ | ||
"name": "@garoon/plugin-uploader", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "dist/main.js", | ||
@@ -5,0 +5,0 @@ "description": "plugin uploader for Garoon.", |
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
26240