Skip to content

Commit e2cd4e4

Browse files
authored
fix(authentication): unable to login when the agents respond to an url starting with a prefix (#651)
1 parent bf65d59 commit e2cd4e4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@babel/runtime": "7.10.1",
2828
"bluebird": "2.9.25",
2929
"core-js": "3.6.5",
30-
"forest-express": "8.0.3",
30+
"forest-express": "8.0.4",
3131
"http-errors": "1.6.1",
3232
"lodash": "4.17.21",
3333
"moment": "2.19.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4661,10 +4661,10 @@ for-in@^1.0.2:
46614661
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
46624662
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
46634663

4664-
4665-
version "8.0.3"
4666-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.0.3.tgz#0ca9459878e19fb9b1fb471e7befd3a273df4275"
4667-
integrity sha512-mRI/4mIIdj0nSKUAd2Vz8+QQcWdNYTqwiRRkFmfRZPsZpzXUl/hrtNiEVxnY0c/1GM/nZyGacfFlZvs5cgAzPQ==
4664+
4665+
version "8.0.4"
4666+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.0.4.tgz#5cbc24b3cd7b5d76f1ac9141b4b6b34a78a758a8"
4667+
integrity sha512-kkXVhWp8eltiX6F35FNlJSrOKsbbdc+vRsKaC/rRmRRwG/CAnHbAVm47BRSh9yKVu7GU1mauo/99GJJRv/O+tA==
46684668
dependencies:
46694669
"@babel/runtime" "7.10.1"
46704670
base32-encode "1.1.1"

0 commit comments

Comments
 (0)