fix: admin build (#6798)

This commit is contained in:
Prateek Shourya 2025-03-24 13:40:07 +05:30 committed by GitHub
parent f720a9afb2
commit 962923ff4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,8 @@ export type TInstanceGoogleAuthenticationConfigurationKeys =
export type TInstanceGithubAuthenticationConfigurationKeys =
| "GITHUB_CLIENT_ID"
| "GITHUB_CLIENT_SECRET";
| "GITHUB_CLIENT_SECRET"
| "GITHUB_ORGANIZATION_ID";
export type TInstanceGitlabAuthenticationConfigurationKeys =
| "GITLAB_HOST"