Skip to content

Commit 02d7a17

Browse files
committed
Changed basic auth realm
1 parent 37ac49c commit 02d7a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ app.use(function (req, res, next) {
1111
if (!user || !user.name || !user.pass) {
1212
if ('OPTIONS' !== req.method) {
1313
res.writeHead(401, {
14-
'WWW-Authenticate': 'Basic realm="Secure Area"'
14+
'WWW-Authenticate': 'Basic realm="DA-NRW needs authentication"'
1515
});
1616
res.end();
1717
} else {

0 commit comments

Comments
 (0)