diff --git a/manifest.firefox.json b/manifest.firefox.json index 2db1049..a342eb2 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Simple OTP Manager Browser Extension", - "version": "0.32", + "version": "0.33", "description": "Browser extension to access TOTP and HOTP codes stored in the OTP Manager Nextcloud app", diff --git a/manifest.json b/manifest.json index c964b36..dd0a035 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Simple OTP Manager Browser Extension", - "version": "0.32", + "version": "0.33", "description": "Browser extension to access TOTP and HOTP codes stored in the OTP Manager Nextcloud app", diff --git a/password.js b/password.js index b03f435..d19aea2 100644 --- a/password.js +++ b/password.js @@ -48,7 +48,7 @@ async function checkPassword(useSaved) { try { let headers = requestHeaders headers.set("Content-Type", "application/json") - const response = await fetch(window.server+ "/index.php/apps/otpmanager/password/check", { + const response = await fetch(window.server+ "/ocs/v2.php/apps/otpmanager/password/check", { method: "POST", headers: requestHeaders, credentials: "omit",