Skip to content

Commit

Permalink
fix: fix bugs on refresh provide to access on token as cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
dommi10 committed Nov 22, 2023
1 parent 00e0ab2 commit cd52d3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/runtime/server/plugins/refresh-token.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ export default defineNuxtPlugin({

const { path, method } = config.provider.endpoints.refresh;

console.log(token.value, configToken.token.headerName);

// include header in case of auth is required to avoid 403 rejection
const headers = new Headers({
[configToken.token.headerName]: token.value,
Expand Down

0 comments on commit cd52d3b

Please sign in to comment.