Skip to content

Commit f376ac5

Browse files
committed
testing
1 parent 2e16ef7 commit f376ac5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sample/oidc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ module.exports = function(baseUrl, app) {
118118
prependBaseUrlToMetadata(baseUrl);
119119

120120
app.get(metadataPath, function(req, res) {
121+
//res.send("<h1>not json...</h1>"); return;
121122
res.json(metadata);
122123
});
123124

sample/public/user-manager-sample.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ document.getElementById('popupSignout').addEventListener("click", popupSignout,
2424
// config
2525
///////////////////////////////
2626
Oidc.Log.logger = console;
27-
Oidc.Log.level = Oidc.Log.INFO;
27+
Oidc.Log.level = Oidc.Log.WARN;
2828

2929
var settings = {
3030
authority: 'http://localhost:5000/oidc',

0 commit comments

Comments
 (0)