From 3db53bbfa3b0cc32bc58cc1f8234e3e59dfe6d30 Mon Sep 17 00:00:00 2001 From: Joe Patterson Date: Thu, 8 Sep 2022 19:49:32 +1000 Subject: [PATCH] fix prettier error Signed-off-by: Joe Patterson --- plugins/auth-backend/src/providers/auth0/provider.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/auth-backend/src/providers/auth0/provider.ts b/plugins/auth-backend/src/providers/auth0/provider.ts index 3726fe10c0..5df37313f3 100644 --- a/plugins/auth-backend/src/providers/auth0/provider.ts +++ b/plugins/auth-backend/src/providers/auth0/provider.ts @@ -80,7 +80,7 @@ export class Auth0AuthProvider implements OAuthHandlers { cb(null, true); }, }; - + constructor(options: Auth0AuthProviderOptions) { this.signInResolver = options.signInResolver; this.authHandler = options.authHandler; @@ -113,7 +113,7 @@ export class Auth0AuthProvider implements OAuthHandlers { params, }, { - refreshToken + refreshToken, }, ); },