mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 11:17:38 +02:00
cookies and login fix
This commit is contained in:
@@ -52,7 +52,6 @@ function GetApp(): ModuleType {
|
||||
app.use(
|
||||
auth({
|
||||
userDB: userDB,
|
||||
jsonResponse: false,
|
||||
exceptions: ['/favicon.ico'],
|
||||
})
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user