commit 7339a1e3cd78e0ee1685474e64b81deba2ed9170
parent 8310238b465a554af4b95b3774eaf8a0b471c09b
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date: Sun, 2 Jul 2023 18:05:26 +0200
fix: auth redirect
Diffstat:
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!')