Skip to content

Commit

Permalink
Merge pull request #10 from Darrin-Lin/Camp_2024
Browse files Browse the repository at this point in the history
try to test system.
  • Loading branch information
Darrin-Lin authored Apr 19, 2024
2 parents 0eaced3 + d1d4e25 commit d14e1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/login/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
let email: string;
let ok: boolean | null = null;
let running = false;
let open_month = 3";
let open_month = "3";
let open_day = "20";
async function send() {
if (running) {
Expand Down

0 comments on commit d14e1ec

Please sign in to comment.