Skip to content

Commit

Permalink
fix(chrome-extension): Update dev auth header
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilewski committed Oct 29, 2024
1 parent 84c4710 commit a0079e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chrome-extension/src/internal/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const AUTH_HEADER = {
PRODUCTION: 'Authorization',
DEVELOPMENT: '__clerk_db_jwt',
DEVELOPMENT: 'Clerk-Db-Jwt',
};

export const CLIENT_JWT_KEY = '__client';
Expand Down

0 comments on commit a0079e1

Please sign in to comment.