* 🌟Synchronization of the user with LDAP (#206)
* Add configuration with LDAP attributes mappings * Add default company and remove application check since it's not configurable * Change error handling, now all the requests are independent
This commit is contained in:
@@ -9,7 +9,7 @@ function serverErrorHandler(server: FastifyInstance): void {
|
||||
? {
|
||||
statusCode: reply.statusCode,
|
||||
error: "Internal Server Error",
|
||||
message: "Something went wrong",
|
||||
message: "Something went wrong, " + err.message,
|
||||
requestId: request.id,
|
||||
}
|
||||
: err,
|
||||
|
||||
Reference in New Issue
Block a user