copy changes from review

This commit is contained in:
2024-08-09 13:14:54 +01:00
parent fd1d38c3ba
commit 795dc5a39d
16 changed files with 73 additions and 35 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ const authOptions = (locale, req, res) => {
}
)
//.then((response) => console.log(response))
.catch((error) => consoleLogger(err));
.catch((error) => consoleLogger(error));
},
}),
],