@opengovsg/mockpass 4.0.2 → 4.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -151,7 +151,6 @@ function config(app, { showLoginPage, serviceProvider }) {
151
151
  data[name] = myInfoFields[index]
152
152
  })
153
153
  data['myinfo.nric_number'] = encryptedNric
154
- data['openid'] = uuid
155
154
  const encryptionKey = await jose.JWK.asKey(serviceProvider.pubKey, 'pem')
156
155
 
157
156
  const plaintextPayloadKey = JSON.stringify(payloadKey.toJSON(true))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengovsg/mockpass",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
4
4
  "description": "A mock SingPass/CorpPass server for dev purposes",
5
5
  "main": "index.js",
6
6
  "bin": {