Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
chore(version-snjs): 2.0.70
Browse files Browse the repository at this point in the history
  • Loading branch information
antsgar committed Mar 25, 2021
1 parent 7be6491 commit 8fd731f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"@standardnotes/sncrypto-common": "1.2.9",
"@standardnotes/snjs": "^2.0.65",
"@standardnotes/snjs": "2.0.70",
"js-base64": "^3.5.2",
"moment": "^2.29.1",
"react": "16.13.1",
Expand Down
2 changes: 1 addition & 1 deletion src/screens/InputModal/PasscodeInputModal.tsx
Expand Up @@ -51,7 +51,7 @@ export const PasscodeInputModal = (props: Props) => {
);
setSettingPassocode(false);
} else {
await application?.setPasscode(text);
await application?.addPasscode(text);
await application
?.getAppState()
.setPasscodeKeyboardType(keyboardType as PasscodeKeyboardType);
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1390,10 +1390,10 @@
resolved "https://registry.yarnpkg.com/@standardnotes/sncrypto-common/-/sncrypto-common-1.2.9.tgz#5212a959e4ec563584e42480bfd39ef129c3cbdf"
integrity sha512-xJ5IUGOZztjSgNP/6XL+Ut5+q9UgSTv6xMtKkcQC5aJxCOkJy9u6RamPLdF00WQgwibxx2tu0e43bKUjTgzMig==

"@standardnotes/snjs@^2.0.65":
version "2.0.67"
resolved "https://registry.yarnpkg.com/@standardnotes/snjs/-/snjs-2.0.67.tgz#87e29f40bb5efaa36f30ddc5905164f7dce194d9"
integrity sha512-XCDxlFQCh0zmV3Hc9mjU7ritZ/2Ma5JPoCbDy4CIAlkKdmVL4tu/4jCfRFILM0zpKF/kLsCTbLGdG7TgU/ReKg==
"@standardnotes/snjs@2.0.70":
version "2.0.70"
resolved "https://registry.yarnpkg.com/@standardnotes/snjs/-/snjs-2.0.70.tgz#259a4fadc4f9b360f35a399b674b921179bd5768"
integrity sha512-D11E+sCeoram2+NhQuFmn333JoHr1kGjVZrkRmZlfhGi+dYXJqZuDDDHbRn5WEJQneDg43Z8DjjAlxL+Mqhp6w==
dependencies:
"@standardnotes/auth" "^2.0.0"
"@standardnotes/sncrypto-common" "^1.2.9"
Expand Down

0 comments on commit 8fd731f

Please sign in to comment.