diff --git a/web/components/auth-context.tsx b/web/components/auth-context.tsx index 37651728..116da28f 100644 --- a/web/components/auth-context.tsx +++ b/web/components/auth-context.tsx @@ -142,7 +142,8 @@ export function AuthProvider(props: { }), ]) // When testing on a mobile device, we'll be pointed at a local ip or ngrok address, so this will fail - if (supabaseJwt) updateSupabaseAuth(supabaseJwt.jwt) + // Skipping for now at it seems to work fine without it + // if (supabaseJwt) updateSupabaseAuth(supabaseJwt.jwt) if (!user || !privateUser) { const deviceToken = ensureDeviceToken()