Update ui.ts: GithubSignInButton -> GitHubSignInButton

This commit is contained in:
Martin Šošić 2024-02-22 16:39:29 +01:00 committed by GitHub
parent 85e8eccf11
commit e1ebcd14a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ export type { CustomizationOptions } from '../../auth/forms/types'
export { SignInButton as GoogleSignInButton } from '../../auth/helpers/Google'
{=/ isGoogleAuthEnabled =}
{=# isGitHubAuthEnabled =}
export { SignInButton as GithubSignInButton } from '../../auth/helpers/GitHub'
export { SignInButton as GitHubSignInButton } from '../../auth/helpers/GitHub'
{=/ isGitHubAuthEnabled =}
export {
FormError,