From ed345346db03fbafef3fa9c58a1a7b3639da41b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Thu, 10 Jun 2021 20:11:12 +0200 Subject: [PATCH] fix(ts): add AzureAD to `OAuthProviderType` --- types/providers.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/providers.d.ts b/types/providers.d.ts index a26f134750..7ae11c97e2 100644 --- a/types/providers.d.ts +++ b/types/providers.d.ts @@ -57,6 +57,7 @@ export type OAuthProviderType = | "Apple" | "Atlassian" | "Auth0" + | "AzureAD" | "AzureADB2C" | "Basecamp" | "BattleNet"