Skip to content

Commit

Permalink
Update sprout.js
Browse files Browse the repository at this point in the history
  • Loading branch information
camillereaves authored Sep 23, 2023
1 parent 562d75b commit 7826916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/sprout.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ document.getElementById("login_form").addEventListener("submit", function (e) {
return false;
}
else{
const serverTimestamp = serverTimestamp();
let serverTimestamp = serverTimestamp();
let month = String(serverTimestamp.getMonth()+1).padStart(2,"0");
let year = String(serverTimestamp.getFullYear()).slice(0,2);

Expand Down

0 comments on commit 7826916

Please sign in to comment.