Skip to content

Commit

Permalink
Merge pull request #55 from secretin/fix_slow_connection
Browse files Browse the repository at this point in the history
Upgrade to 2.1.1 to fix slow connection issue
  • Loading branch information
agix authored Nov 7, 2017
2 parents a7e8fcf + a3c3043 commit 3fe9e4f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react-dom": "^15.6.1",
"react-overlays": "^0.8.0",
"react-router-dom": "^4.1.2",
"secretin": "^2.1.0",
"secretin": "^2.1.1",
"url-join": "^2.0.2",
"uuid": "^3.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/actions/AppUIActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class AppUIActions {
return dispatch => {
dispatch();
secretin
.shortLogin(shortpass, this.loginUserProgress, true)
.shortLogin(shortpass, this.loginUserProgress, false)
.then(currentUser => {
this.loginUserSuccess({
currentUser,
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6412,9 +6412,9 @@ schema-utils@^0.3.0:
dependencies:
ajv "^5.0.0"

secretin@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/secretin/-/secretin-2.1.0.tgz#c842688e82383323443d44530ba60b916d933d8b"
secretin@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/secretin/-/secretin-2.1.1.tgz#f36596daa2d82b4927a234744413748620e9cb75"

select-hose@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 3fe9e4f

Please sign in to comment.