Skip to content

Commit

Permalink
fixup! feat: Allow to configure 2 gitlab providers simultaneously
Browse files Browse the repository at this point in the history
  • Loading branch information
vinokurig committed Oct 25, 2024
1 parent c404aa5 commit 5e27b0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const CAN_REVOKE_FROM_DASHBOARD: ReadonlyArray<api.GitOauthProvider> = [
'github',
'github_2',
'gitlab',
'gitlab_2',
];

export type Props = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ import {
import { IGitOauth } from '@/store/GitOauthConfig/types';
import * as PersonalAccessTokenStore from '@/store/PersonalAccessToken';

export const enabledProviders: api.GitOauthProvider[] = ['github', 'github_2', 'gitlab'];

type Props = MappedProps;

type State = {
Expand Down

0 comments on commit 5e27b0b

Please sign in to comment.