fix: env client secret

This commit is contained in:
Lakhan Samani
2022-03-07 12:23:45 +05:30
parent e61dc2f08a
commit 513b5d2948
4 changed files with 41 additions and 1 deletions

View File

@@ -9,6 +9,8 @@ export const AdminSessionQuery = `
export const EnvVariablesQuery = `
query {
_env{
CLIENT_ID,
CLIENT_SECRET,
GOOGLE_CLIENT_ID,
GOOGLE_CLIENT_SECRET,
GITHUB_CLIENT_ID,