Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AssafKr committed Aug 1, 2023
1 parent 3d19160 commit 9dfbd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tunnel-server/src/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export type BearerAuthorizationHeader = {

export type AuthorizationHeader = BasicAuthorizationHeader | BearerAuthorizationHeader

const cookieName = 'preevy-sass-jwt'
const cookieName = 'preevy-saas-jwt'

function extractAuthorizationHeader(req: IncomingMessage): AuthorizationHeader | undefined {
const { authorization } = req.headers
Expand Down

0 comments on commit 9dfbd56

Please sign in to comment.