mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 23:17:59 -05:00
fix(auth): remove ssl enforcement in prod for supabase db
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user