]> _ Git - fluidbook-html5.git/commitdiff
wip #3385 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 3 Feb 2020 14:20:37 +0000 (15:20 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 3 Feb 2020 14:20:37 +0000 (15:20 +0100)
js/libs/fluidbook/fluidbook.secure.js

index 0d5ab59807005e5c15ae0e683e7970f97f75cd94..98e6f7131d76b0a00013ab51f11ab5474199c2bf 100644 (file)
@@ -50,6 +50,6 @@ FluidbookSecure.prototype = {
 
     secureNOK: function () {
         console.warn('Auth failed');
-        //window.location = this.fluidbook.settings.secureURLRedirect;
+        window.location = this.fluidbook.settings.secureURLRedirect;
     },
 };
\ No newline at end of file