]> _ Git - fluidbook-toolbox.git/commitdiff
#7596
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 28 Aug 2025 15:16:29 +0000 (17:16 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 28 Aug 2025 15:16:29 +0000 (17:16 +0200)
app/Fluidbook/Compiler/Secure.php

index 3493991fac6760c3888a3c18ba03a4afde0f5e72..343cc0844427976d6c46cb5c8618cfab86948686 100644 (file)
@@ -118,8 +118,6 @@ trait Secure
                     let hu = forge_sha256(data.usersalt + \'+\' + u);
                     let hp = forge_sha256(data.salt + \'-\' + p);
 
-                    console.log(data, hu, hp);
-
                     if (hu === user && hp === data.hash) {
                         error = false;
                         window.sessionStorage.setItem(\'secureUsername\', u);