chore: No need to export authentication options

This commit is contained in:
Faruk AYDIN
2024-01-15 15:31:00 +01:00
parent 55c391afc8
commit e6180bdfaa

View File

@@ -48,7 +48,7 @@ export const authenticationRules = {
}, },
}; };
export const authenticationOptions = { const authenticationOptions = {
allowExternalErrors: true, allowExternalErrors: true,
}; };