Skip to content

Commit df766d8

Browse files
committed
Fix typo
1 parent 20a150a commit df766d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/components/auth-context.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export function AuthProvider(props: {
147147
// }),
148148
])
149149
// 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
150+
// Skipping for now as it seems to work fine without it
151151
// if (supabaseJwt) updateSupabaseAuth(supabaseJwt.jwt)
152152

153153
if (!user || !privateUser) {

0 commit comments

Comments
 (0)