oro-sdk-apis 1.58.0 → 1.58.1-dev1

Sign up to get free protection for your applications and to get access to all the features.
@@ -2672,7 +2672,7 @@ var GuardService = /*#__PURE__*/function () {
2672
2672
  while (1) {
2673
2673
  switch (_context13.prev = _context13.next) {
2674
2674
  case 0:
2675
- return _context13.abrupt("return", this.identityGet(b64Hash.replace('+', '-').replace('/', '_')));
2675
+ return _context13.abrupt("return", this.identityGet(b64Hash.replace(/\+/g, '-').replace(/\//g, '_')));
2676
2676
 
2677
2677
  case 1:
2678
2678
  case "end":