summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Mehren2021-02-11 22:09:08 +0100
committerGitHub2021-02-11 22:09:08 +0100
commit908ac7e38a0e33f84bde4acd1b0474cd65e6df62 (patch)
tree4a8faddfeef728a46aec386696ef2128d538bf41 /lib
parentb23675edeb76f192cad6b066b34860aff7012ac5 (diff)
parent4655e9c785f6af0639c0d1a2dadaf06271c56234 (diff)
Merge pull request #874 from hedgedoc/renovate/master-passport-saml-2.x
Diffstat (limited to '')
-rw-r--r--lib/web/auth/saml/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/web/auth/saml/index.js b/lib/web/auth/saml/index.js
index 14f3966d..c48b93e2 100644
--- a/lib/web/auth/saml/index.js
+++ b/lib/web/auth/saml/index.js
@@ -85,7 +85,7 @@ passport.use(new SamlStrategy({
}
}
}).catch(function (err) {
- logger.error('saml auth failed: ' + err)
+ logger.error('saml auth failed: ' + err.message)
return done(err, null)
})
}))