mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-26 10:35:04 +03:00
Update ui.ts: GithubSignInButton -> GitHubSignInButton
This commit is contained in:
parent
85e8eccf11
commit
e1ebcd14a1
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user