cidaas-javascript-sdk 2.1.3 → 2.1.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cidaas-javascript-sdk",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "author": "cidaas by Widas ID GmbH",
5
5
  "description": "Cidaas native javascript sdk",
6
6
  "license": "MIT",
@@ -1761,7 +1761,7 @@ WebAuth.prototype.initiateVerification = function (options) {
1761
1761
  // deleteUserAccount
1762
1762
  WebAuth.prototype.deleteUserAccount = function (options) {
1763
1763
  var _serviceURL = window.webAuthSettings.authority + "/users-srv/user/unregister/scheduler/schedule/" + options.sub;
1764
- return createPostPromise(options, _serviceURL, undefined);
1764
+ return createPostPromise(options, _serviceURL, undefined, options.access_token);
1765
1765
  };
1766
1766
 
1767
1767
  // getMissingFieldsLogin