From d64d9f1807aa946724e1151601e62e3424a071b0 Mon Sep 17 00:00:00 2001 From: Dan6erbond Date: Tue, 25 May 2021 10:06:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20Make=20`OAuth2ProviderC?= =?UTF-8?q?onfig.scope`=20and=20`params`=20optional=20for=20better=20type?= =?UTF-8?q?=20inference=20in=20client=20applications?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/providers/oauth2.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/providers/oauth2.ts b/src/providers/oauth2.ts index 04fb71b..391fb63 100644 --- a/src/providers/oauth2.ts +++ b/src/providers/oauth2.ts @@ -10,10 +10,10 @@ export interface OAuth2ProviderConfig