We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3efcd27 commit 59f79deCopy full SHA for 59f79de
1 file changed
apps/login/src/app/(main)/(boxed)/idp/[provider]/success/page.tsx
@@ -69,7 +69,7 @@ async function resolveOrganizationForUser({
69
70
type GithubEmailInfo = { email: string; verified: boolean } | undefined;
71
72
-// getGithunPrimaryEmail fetches the primary email, even if the user has hidden it
+// getGithubPrimaryEmail fetches the primary email, even if the user has hidden it
73
// user:email scope is required for private emails
74
async function getGithubPrimaryEmail(token: string): Promise<GithubEmailInfo> {
75
const fetchEmails = async () => {
0 commit comments