fix(auth): remove ssl enforcement in prod for supabase db

This commit is contained in:
Waleed Latif
2025-02-16 17:38:41 -08:00
parent 6004c8d070
commit fcf2fe5a2d
+1 -1
View File
@@ -33,7 +33,7 @@ export default function LoginPage() {
try {
await client.signIn.email({ email, password })
router.push('/dashboard')
router.push('/w/1')
} catch (err) {
setError('Invalid email or password')
} finally {