Skip to content

Commit ecc78c7

Browse files
authored
Cleanup authenticate.js imports (#30)
1 parent 7f76382 commit ecc78c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ams-express-shopping/auth/authenticate.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
const { SECURITY_CONTEXT } = require('@sap/xssec');
2-
const { createSecurityContext, IdentityService, IdentityServiceToken, IdentityServiceSecurityContext, errors: { ValidationError } } = require('@sap/xssec');
1+
const { createSecurityContext, IdentityService, IdentityServiceToken, IdentityServiceSecurityContext, errors: { ValidationError }, SECURITY_CONTEXT } = require('@sap/xssec');
32

43
// --- Sets up AUTHENTICATION as pre-condition for AUTHORIZATION ---
54

0 commit comments

Comments
 (0)