Skip to content

Commit 59f79de

Browse files
committed
docs: correct “Githun” typo in getGithubPrimaryEmail comment
1 parent 3efcd27 commit 59f79de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/login/src/app/(main)/(boxed)/idp/[provider]/success

apps/login/src/app/(main)/(boxed)/idp/[provider]/success/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ async function resolveOrganizationForUser({
6969

7070
type GithubEmailInfo = { email: string; verified: boolean } | undefined;
7171

72-
// getGithunPrimaryEmail fetches the primary email, even if the user has hidden it
72+
// getGithubPrimaryEmail fetches the primary email, even if the user has hidden it
7373
// user:email scope is required for private emails
7474
async function getGithubPrimaryEmail(token: string): Promise<GithubEmailInfo> {
7575
const fetchEmails = async () => {

0 commit comments

Comments
 (0)