Skip to content

Commit 7f76382

Browse files
authored
Remove outdated comment
1 parent 1176aaf commit 7f76382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ams-express-shopping/auth/authenticate.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { SECURITY_CONTEXT } = require('@sap/xssec'); // USER_AGENT is just a placeholder during development until the SECURITY_CONTEXT Symbol is available
1+
const { SECURITY_CONTEXT } = require('@sap/xssec');
22
const { createSecurityContext, IdentityService, IdentityServiceToken, IdentityServiceSecurityContext, errors: { ValidationError } } = require('@sap/xssec');
33

44
// --- Sets up AUTHENTICATION as pre-condition for AUTHORIZATION ---
@@ -61,4 +61,4 @@ function buildMockAuthMiddleware() {
6161
}
6262
}
6363

64-
module.exports = authenticate;
64+
module.exports = authenticate;

0 commit comments

Comments
 (0)