myheats

Live heats, scoring and leaderboard for sport events
git clone https://git.in0rdr.ch/myheats.git
Log | Files | Refs | Pull requests | README | LICENSE

commit 7339a1e3cd78e0ee1685474e64b81deba2ed9170
parent 8310238b465a554af4b95b3774eaf8a0b471c09b
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sun,  2 Jul 2023 18:05:26 +0200

fix: auth redirect

Diffstat:
Msrc/Auth.jsx | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Auth.jsx b/src/Auth.jsx @@ -14,7 +14,7 @@ function Auth() { email: email, options: { shouldCreateUser: false, - emailRedirectTo: 'http://localhost:5173' + // emailRedirectTo: 'http://localhost:5173' }}) if (error) throw error alert('Check your email for the login link!')