Skip to content

Commit

Permalink
fix myanimelist code challenge method (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper authored Dec 15, 2024
1 parent 4b5ee9b commit cbeb575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/myanimelist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class MyAnimeList {
const url = this.client.createAuthorizationURLWithPKCE(
authorizationEndpoint,
state,
CodeChallengeMethod.S256,
CodeChallengeMethod.Plain,
codeVerifier,
[]
);
Expand Down

0 comments on commit cbeb575

Please sign in to comment.