Skip to content

Commit c53c27f

Browse files
necrodomejchris
authored andcommitted
fix: remove X-VIBES-Token header from token requests
1 parent 65fccb6 commit c53c27f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/utils/auth.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ export async function pollForAuthToken(
152152
method: 'POST',
153153
headers: {
154154
'Content-Type': 'application/json',
155-
'X-VIBES-Token': localStorage.getItem('auth_token') || '',
156155
},
157156
body: JSON.stringify({ resultId, type: 'reqTokenByResultId' }),
158157
});

0 commit comments

Comments
 (0)