feat: add GitLab OAuth client (#4692)

This commit is contained in:
jon ⚝ 2024-06-14 11:25:59 +02:00 committed by GitHub
parent c24be25024
commit 99e1963d9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
40 changed files with 1078 additions and 17 deletions

View file

@ -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;