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>
  • Loading branch information
rissson committed Feb 19, 2024
1 parent ebb93d4 commit 46fc021
Showing 1 changed file with 2 additions and 0 deletions.
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 46fc021

Please sign in to comment.