Skip to content

Commit

Permalink
[Docs] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Aug 22, 2024
1 parent 39486bd commit b292a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/authentication/social-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ export class GithubProvider extends AbstractProvider<GithubAuthParameter, Github

protected defaultScopes: string[] = [ 'email' ]; // Optional

getUserInfoFromTokens(tokens: SocialTokens, params?: GithubUserInfoParameter): UserInfo | Promise<GithubUserInfo> {
getUserInfoFromTokens(tokens: SocialTokens, params?: GithubUserInfoParameter): GithubUserInfo | Promise<GithubUserInfo> {
// ...

// In case the server returns an error when requesting
Expand Down

0 comments on commit b292a5f

Please sign in to comment.