Skip to content

Commit

Permalink
chore: format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pvaneveld committed Jan 27, 2025
1 parent c971b27 commit 42b5782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokensource/cookies.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ describe("CookieTokenSource", () => {
secure: true,
sameSite: "none",
path: "/refresh",
})
});
});

it("should set the cookie path in the accessToken as function", () => {
Expand Down

0 comments on commit 42b5782

Please sign in to comment.