diff --git a/web/components/auth-context.tsx b/web/components/auth-context.tsx index f6af5480..7d657b86 100644 --- a/web/components/auth-context.tsx +++ b/web/components/auth-context.tsx @@ -147,7 +147,7 @@ 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 - // Skipping for now at it seems to work fine without it + // Skipping for now as it seems to work fine without it // if (supabaseJwt) updateSupabaseAuth(supabaseJwt.jwt) if (!user || !privateUser) {