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