feat: add GitLab OAuth client (#4692)
This commit is contained in:
parent
c24be25024
commit
99e1963d9b
40 changed files with 1078 additions and 17 deletions
1
space/types/app.d.ts
vendored
1
space/types/app.d.ts
vendored
|
|
@ -4,6 +4,7 @@ export interface IAppConfig {
|
|||
google_client_id: string | null;
|
||||
github_app_name: string | null;
|
||||
github_client_id: string | null;
|
||||
gitlab_client_id: string | null;
|
||||
magic_login: boolean;
|
||||
slack_client_id: string | null;
|
||||
posthog_api_key: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue