Skip to content

Commit

Permalink
web: add gitlab
Browse files Browse the repository at this point in the history
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
  • Loading branch information
rissson authored and BeryJu committed Feb 29, 2024
1 parent 7d968ba commit 1639d37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29699,7 +29699,7 @@ components:
* `authentik.events` - authentik Events
AppleChallengeResponseRequest:
type: object
description: Pseudo class for plex response
description: Pseudo class for apple response
properties:
component:
type: string
Expand Down
2 changes: 2 additions & 0 deletions web/src/admin/sources/oauth/OAuthSourceViewPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ export function ProviderToLabel(provider?: ProviderTypeEnum): string {
return "Facebook";
case ProviderTypeEnum.Github:
return "GitHub";
case ProviderTypeEnum.Gitlab:
return "GitLab";
case ProviderTypeEnum.Google:
return "Google";
case ProviderTypeEnum.Mailcow:
Expand Down

0 comments on commit 1639d37

Please sign in to comment.