fix: admin build (#6798)
This commit is contained in:
parent
f720a9afb2
commit
962923ff4f
1 changed files with 2 additions and 1 deletions
3
packages/types/src/instance/auth.d.ts
vendored
3
packages/types/src/instance/auth.d.ts
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue