From e6b574b1ac53a7f40eb33121fe0be811a3fbeb45 Mon Sep 17 00:00:00 2001 From: Joel Lee Date: Tue, 17 Oct 2023 11:31:49 +0800 Subject: [PATCH] Update types.ts --- src/lib/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/types.ts b/src/lib/types.ts index 40bec9d77..9711a751c 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -15,6 +15,7 @@ export type Provider = | 'kakao' | 'keycloak' | 'linkedin' + | 'linkedin_oidc' | 'notion' | 'slack' | 'spotify'