feat: registration provider
This commit is contained in:
parent
86e71c0d90
commit
498d4ef3c4
|
|
@ -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,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue