Skip to content

Commit

Permalink
fix: Do not display reconnect webview on actionNeeded error
Browse files Browse the repository at this point in the history
- Do not display reconnection webview for USER_ACTION_NEEDED state (a0c04fe)
- Show accounts paywall for oAuth konnector (e30c737)
  • Loading branch information
doubleface authored and doubleface committed Jun 23, 2023
1 parent b2ae87b commit c3903fa
Show file tree
Hide file tree
Showing 2 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 @@ -39,7 +39,7 @@
"cozy-device-helper": "2.7.0",
"cozy-doctypes": "1.83.8",
"cozy-flags": "3.0.1",
"cozy-harvest-lib": "^14.1.0",
"cozy-harvest-lib": "^14.1.1",
"cozy-intent": "^2.3.0",
"cozy-keys-lib": "^4.3.0",
"cozy-logger": "1.10.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5816,10 +5816,10 @@ [email protected]:
dependencies:
microee "^0.0.6"

cozy-harvest-lib@^14.1.0:
version "14.1.0"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-14.1.0.tgz#034188f3c1fe9cd277eedcbc573ab0e8307ffb9f"
integrity sha512-+hwUjHzaILlaVVIOl2TAEmtJE7Djf2lX8Sp1lQjpQVUbIAxIwkBbqx/tyvH6rJUOxi/qBBvY2JeE6Lk0xRuryA==
cozy-harvest-lib@^14.1.1:
version "14.1.1"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-14.1.1.tgz#4ebeab7480a38db71a5abc2c4789bca4cc38278d"
integrity sha512-Dxsa19uNuvIvayGYq70CUlqMuRr4TfK8G/8zLWSlUolhIP7QBrgYq3fS5GGcnPpvqGq/Ed4RAabxBr7oPuuXKQ==
dependencies:
"@cozy/minilog" "^1.0.0"
"@sentry/browser" "^6.0.1"
Expand Down

0 comments on commit c3903fa

Please sign in to comment.