From df766d8d1f8083a3b863b27192a9c0db80bef71f Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Tue, 28 Oct 2025 00:02:28 +0100 Subject: [PATCH] Fix typo --- web/components/auth-context.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {