We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a150a commit df766d8Copy full SHA for df766d8
web/components/auth-context.tsx
@@ -147,7 +147,7 @@ export function AuthProvider(props: {
147
// }),
148
])
149
// When testing on a mobile device, we'll be pointed at a local ip or ngrok address, so this will fail
150
- // Skipping for now at it seems to work fine without it
+ // Skipping for now as it seems to work fine without it
151
// if (supabaseJwt) updateSupabaseAuth(supabaseJwt.jwt)
152
153
if (!user || !privateUser) {
0 commit comments