Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
Add whitespace to squelch xmldom warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneRifle committed Sep 12, 2018
1 parent 33df1c1 commit bec3506
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SPCPAuthClient.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ class SPCPAuthClient {
} else {
// Step 2: Form Artifact Resolve with Artifact and Sign
const xml =
'<samlp:ArtifactResolve xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"' +
'<samlp:ArtifactResolve xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" ' +
'xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"' +
' Destination="' +
this.idpEndpoint +
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opengovsg/spcp-auth-client",
"version": "1.2.1",
"version": "1.2.2",
"description": "Integrates SingPass and CorpPass into your node.js application",
"main": "SPCPAuthClient.class.js",
"scripts": {
Expand Down

0 comments on commit bec3506

Please sign in to comment.