mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-16 12:38:19 -04:00
Skip jwt supabase update
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user