]> _ Git - fluidbook-hosting.git/commitdiff
wip #5074 @1.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 13 Apr 2022 09:42:52 +0000 (11:42 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 13 Apr 2022 09:42:52 +0000 (11:42 +0200)
VacheronSSO/_sso.php

index 557805acff8174cced57d5fd6efce978e62d5ba1..548c2c7669de0d7899e1a365d62085f7d7fec609 100644 (file)
@@ -83,7 +83,7 @@ if ($needsAuth) {
             header('Location: ' . $_SESSION['return']);
         }
     } else {
-        $auth->login(null, [], true);
+        $auth->login(null, [], false);
     }
 } else {
     header('Location: ' . $_SESSION['return']);