]> _ Git - fluidbook-html5.git/commitdiff
wip #6062
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 20 Jun 2023 12:32:38 +0000 (14:32 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 20 Jun 2023 12:32:38 +0000 (14:32 +0200)
js/libs/fluidbook/fluidbook.secure.js

index 200bf1051e8a8f0500fccb7ca38dedcbea37dbaa..c12da85d9fe5fb1ec5fa328d78265b5eb305dab1 100644 (file)
@@ -85,7 +85,7 @@ FluidbookSecure.prototype = {
         if (this.fluidbook.settings.secureURL !== 'http://' && this.fluidbook.settings.secureURL !== '') {
             return this.checkSecureByURL(callback, true);
         }
-        if (this.fluidbook.settings.secureClientSidePassword !== '') {
+        if (this.fluidbook.settings.secureClientSidePassword !== '' || this.fluidbook.settings.secureClientSideEnabled) {
             return this.checkSecureByClientSidePassword(callback);
         }