Skip to content

Commit

Permalink
fix(IT Wallet): [SIW-1681] Authorization with CIE L3 to obtain an eID (
Browse files Browse the repository at this point in the history
…#6219)

## Short description
This PR updates the `io-react-native-wallet` library which fixes an
issue with the CIE+PIN login.

## How to test
Test a login with CIE+PIN.
  • Loading branch information
LazyAfternoons authored Sep 26, 2024
1 parent 25701ba commit 4407a73
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 @@ -112,7 +112,7 @@
"@pagopa/io-react-native-integrity": "^0.3.0",
"@pagopa/io-react-native-jwt": "^1.2.0",
"@pagopa/io-react-native-login-utils": "1.0.5",
"@pagopa/io-react-native-wallet": "^0.17.0",
"@pagopa/io-react-native-wallet": "^0.17.1",
"@pagopa/io-react-native-zendesk": "^0.3.29",
"@pagopa/react-native-cie": "^1.3.0",
"@pagopa/ts-commons": "^10.15.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2105,10 +2105,10 @@
resolved "https://registry.yarnpkg.com/@pagopa/io-react-native-login-utils/-/io-react-native-login-utils-1.0.5.tgz#02179a4cbeed17376b028a5ce506bdbf0b1b6e39"
integrity sha512-vtVH42V+1TydYDv4M7RpbTKbD/SOQx7HS7woaQ++UOwgoG+H28SmszK5O7AVIR4lkpiPgF75rq0HOkdNonReHA==

"@pagopa/io-react-native-wallet@^0.17.0":
version "0.17.0"
resolved "https://registry.yarnpkg.com/@pagopa/io-react-native-wallet/-/io-react-native-wallet-0.17.0.tgz#ac3bbc5a3f26f662690cfb64b60cd677b9357d65"
integrity sha512-leYFlFyUTTvnO5W8fP9cSrS+825iIjguVYYejxDqsofDofenAcI8WenmByodgur3abjCODvekIc2x+4wF7/9Cw==
"@pagopa/io-react-native-wallet@^0.17.1":
version "0.17.1"
resolved "https://registry.yarnpkg.com/@pagopa/io-react-native-wallet/-/io-react-native-wallet-0.17.1.tgz#8be89dad528a45067bb42aed8454ddfc122d8871"
integrity sha512-3sIgW0gJ/Uqo4nRBd4+2cqEPI69alxucF0LzcqcZra3erirGDzs37s1xlmTNHUSoVQ2xHYpygLamf7gqKP64fw==
dependencies:
js-sha256 "^0.9.0"
parse-url "^9.2.0"
Expand Down

0 comments on commit 4407a73

Please sign in to comment.