Skip to content

Commit

Permalink
Removed unnecessary login box hide.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnettwilliam committed Oct 31, 2023
1 parent 2342847 commit bce5c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/src/Playground.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ document.getElementById("btnnologin").onclick= () => {
if (!urlParamPrivateRepo()){
// Public repo so no need to authenticate
initialiseActivity();
PlaygroundUtility.hideLogin();

} else {
PlaygroundUtility.showLogin();
}
Expand Down

0 comments on commit bce5c58

Please sign in to comment.