Skip to content

Commit

Permalink
Fix sign in by email query param (#5990)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Jul 4, 2024
1 parent fc8b8c9 commit 31de425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/src/components/SignInWithMagicLink.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
});
function onCodeEntered(ev: CustomEvent<{ code: string[]; value: string }>) {
qs += "&u=" + ev.detail.value;
qs += "&c=" + ev.detail.value;
busy = true;
Expand Down

0 comments on commit 31de425

Please sign in to comment.