GitHubChangeEmailAddress() — supabase Function Reference
Architecture documentation for the GitHubChangeEmailAddress() function in ChangeEmailAddress.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/studio/components/interfaces/Account/Preferences/ChangeEmailAddress.tsx lines 21–42
export const GitHubChangeEmailAddress = () => {
return (
<DialogSection className="flex flex-col gap-y-2">
<p className="text-sm">
Email addresses for GitHub identities should be updated through GitHub
</p>
<ol className="flex flex-col gap-y-0.5 text-sm ml-4 pl-2 list-decimal text-foreground-light">
<li>Log out of Supabase</li>
<li>
Change your Primary Email in{' '}
<InlineLink href="https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/changing-your-primary-email-address">
GitHub
</InlineLink>{' '}
(your primary email)
</li>
<li>Log out of GitHub</li>
<li>Log back into GitHub (with the new, desired email set as primary)</li>
<li>Log back into Supabase</li>
</ol>
</DialogSection>
)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free