feat: registration provider

This commit is contained in:
Nevo David 2024-06-05 13:20:12 +07:00
parent 86e71c0d90
commit 498d4ef3c4
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ export class YoutubeProvider extends SocialAbstract implements SocialProvider {
'https://www.googleapis.com/auth/yt-analytics.readonly',
],
}),
codeVerifier: makeId(10),
codeVerifier: makeId(11),
state,
};
}