Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaldray committed Jun 18, 2024
1 parent 27ee081 commit 7c15db4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/api/auth/[...nextauth].ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ const spotifyApi = new SpotifyWebApi({
clientSecret: process.env.SPOTIFY_CLIENT_SECRET,
});

console.log(process.env.NEXTAUTH_SECRET, "==========ENV");

async function spotifyRefreshAccessToken(token: JWT): Promise<JWT> {
try {
if (token.accessToken !== undefined && token.refreshToken !== undefined) {
Expand Down

0 comments on commit 7c15db4

Please sign in to comment.