mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-26 10:35:04 +03:00
Fixes GitHub auth check (#1774)
This commit is contained in:
parent
ad19fee424
commit
3edb2fe921
@ -9,9 +9,9 @@ export * from './username'
|
||||
{=# isGoogleAuthEnabled =}
|
||||
export * from './google'
|
||||
{=/ isGoogleAuthEnabled =}
|
||||
{=# isGithubAuthEnabled =}
|
||||
{=# isGitHubAuthEnabled =}
|
||||
export * from './github'
|
||||
{=/ isGithubAuthEnabled =}
|
||||
{=/ isGitHubAuthEnabled =}
|
||||
export {
|
||||
default as useAuth,
|
||||
getMe,
|
||||
|
@ -11,9 +11,9 @@ export type { CustomizationOptions } from '../../auth/forms/types'
|
||||
{=# isGoogleAuthEnabled =}
|
||||
export { SignInButton as GoogleSignInButton } from '../../auth/helpers/Google'
|
||||
{=/ isGoogleAuthEnabled =}
|
||||
{=# isGithubAuthEnabled =}
|
||||
{=# isGitHubAuthEnabled =}
|
||||
export { SignInButton as GithubSignInButton } from '../../auth/helpers/GitHub'
|
||||
{=/ isGithubAuthEnabled =}
|
||||
{=/ isGitHubAuthEnabled =}
|
||||
export {
|
||||
FormError,
|
||||
FormInput,
|
||||
|
Loading…
Reference in New Issue
Block a user