diff --git a/platform/src/Playground.js b/platform/src/Playground.js index e670d94..2df59d2 100644 --- a/platform/src/Playground.js +++ b/platform/src/Playground.js @@ -59,7 +59,7 @@ document.getElementById("btnnologin").onclick= () => { if (!urlParamPrivateRepo()){ // Public repo so no need to authenticate initialiseActivity(); - PlaygroundUtility.hideLogin(); + } else { PlaygroundUtility.showLogin(); }