Skip to content

Commit

Permalink
change redirect_uri
Browse files Browse the repository at this point in the history
  • Loading branch information
kaldray committed Jun 18, 2024
1 parent 98d9c03 commit 941e827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/auth/[...nextauth].ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default NextAuth({
authorization: {
url: "https://connect.deezer.com/oauth/auth.php",
params: {
redirect_uri: "https://www.statlist.fr/api/auth/callback/deezer",
redirect_uri: "https://statlist.fr/api/auth/callback/deezer",
scope: "basic_access,email,listening_history,offline_access",
},
},
Expand Down

0 comments on commit 941e827

Please sign in to comment.