Skip to content

Commit

Permalink
lolll
Browse files Browse the repository at this point in the history
  • Loading branch information
SprintingSnail69 authored Nov 8, 2024
1 parent 8c3b62a commit 17801ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function showToast() {
// Check password input
function checkPassword() {
const passwordInput = document.getElementById("passwordInput").value;
if (passwordInput === "BRAWLSTARS") { // Replace with password
if (passwordInput === "SKIBIDI") { // Replace with password
authenticated = true;
document.querySelector('.soundboard').classList.remove('hidden'); // Show soundboard
closeModal(); // Close the modal if correct
Expand Down

0 comments on commit 17801ba

Please sign in to comment.