From 968412fa4ea09bcbed39966d50f0182cb15319e9 Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Wed, 1 Sep 2021 15:08:36 +1000 Subject: [PATCH] fix: export createGithubProvider Signed-off-by: Enrico Stahn --- plugins/auth-backend/src/providers/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/auth-backend/src/providers/index.ts b/plugins/auth-backend/src/providers/index.ts index 133498f342..2eb9e439f7 100644 --- a/plugins/auth-backend/src/providers/index.ts +++ b/plugins/auth-backend/src/providers/index.ts @@ -14,6 +14,7 @@ * limitations under the License. */ +export * from './github'; export * from './gitlab'; export * from './google'; export * from './microsoft';