small fixes and bump version

This commit is contained in:
Ren Amamiya
2023-09-29 12:40:02 +07:00
parent 700f3eb85f
commit 09b3eeda99
12 changed files with 22 additions and 52 deletions

View File

@@ -66,7 +66,7 @@ export function CreateStep2Screen() {
if (!db.secureDB) db.secureDB = stronghold;
// save privkey to secure storage
await db.secureSave(pubkey, privkey, pubkey);
await db.secureSave(pubkey, privkey);
// redirect to next step
navigate('/auth/create/step-3', { replace: true });