Skip jwt supabase update

This commit is contained in:
MartinBraquet
2025-09-06 20:12:37 +02:00
parent 5c23380de9
commit 3a6d459ebd

View File

@@ -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()