Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
logi1knobe authored Mar 23, 2023
1 parent ad12441 commit ad7afca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Front-End/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h2>Welcome to Gopher Calendar!</h2>
event.preventDefault();
var username = document.getElementById("username").value;
var password = document.getElementById("password").value;
if (username === "fleeborg217" && password === "testadmin17") {
if (username === "fleeborg" && password === "testadmin") {
sessionStorage.setItem("loggedIn", true);
window.location.href = "main.html";
} else {
Expand Down

1 comment on commit ad7afca

@vercel
Copy link

@vercel vercel bot commented on ad7afca Mar 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gopher – ./

gopher-logi1knobe.vercel.app
gopher-git-main-logi1knobe.vercel.app
gopher-pi.vercel.app
pwnpros.com

Please sign in to comment.