Skip to content

Commit

Permalink
login
Browse files Browse the repository at this point in the history
  • Loading branch information
iKAN2025 committed Feb 27, 2025
1 parent 170f1a3 commit 7020361
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions navigation/authentication/#.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,7 @@ show_reading_time: false
// Function to handle both Python and Java login simultaneously
window.loginBoth = function () {
javaLogin(); // Call Java login
setTimeout(() => {
pythonLogin(); // Call Python login after a short delay
}, 4000);
pythonLogin();
};
// Function to handle Python login
window.pythonLogin = function () {
Expand Down Expand Up @@ -349,7 +347,7 @@ show_reading_time: false
console.error("Error after account creation:", newLoginError.message);
});
} else {
alert("An unexpected error occurred. Please try again later.");
alert("Logged in!");
}
});
};
Expand Down

0 comments on commit 7020361

Please # to comment.