fix: enable Google and GitHub login options in website configuration
This commit is contained in:
parent
b461f2f079
commit
38865a6069
@ -34,8 +34,8 @@ export const websiteConfig: WebsiteConfig = {
|
||||
enableSpeedInsights: false,
|
||||
},
|
||||
auth: {
|
||||
disableGoogleLogin: true,
|
||||
disableGithubLogin: true,
|
||||
disableGoogleLogin: false,
|
||||
disableGithubLogin: false,
|
||||
},
|
||||
i18n: {
|
||||
defaultLocale: 'en',
|
||||
|
Loading…
Reference in New Issue
Block a user