From e6180bdfaa359031d1461ef8c3ac88e06c8aa9e0 Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Mon, 15 Jan 2024 15:31:00 +0100 Subject: [PATCH] chore: No need to export authentication options --- packages/backend/src/helpers/authentication.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/backend/src/helpers/authentication.js b/packages/backend/src/helpers/authentication.js index a8929b36..b3ca3b9e 100644 --- a/packages/backend/src/helpers/authentication.js +++ b/packages/backend/src/helpers/authentication.js @@ -48,7 +48,7 @@ export const authenticationRules = { }, }; -export const authenticationOptions = { +const authenticationOptions = { allowExternalErrors: true, };