diff --git a/www/integration/main.js b/www/integration/main.js index f5d31daa7..f1ad8bae4 100644 --- a/www/integration/main.js +++ b/www/integration/main.js @@ -230,7 +230,7 @@ define([ return Config.httpUnsafeOrigin; }; let getBlobClient = (cb) => { - chan.send('GET_BLOB', obj => { + chan.send('GET_BLOB', {}, obj => { if (obj?.error) { console.error(obj?.error); } cb(obj?.blob); }); diff --git a/www/logout/index.html b/www/logout/index.html index 593805e40..49f022a25 100644 --- a/www/logout/index.html +++ b/www/logout/index.html @@ -11,7 +11,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later CryptPad: Collaboration suite, encrypted and open-source - +