diff --git a/src/app/auth/import/step-2.tsx b/src/app/auth/import/step-2.tsx index f3ae5127..6a65cc0d 100644 --- a/src/app/auth/import/step-2.tsx +++ b/src/app/auth/import/step-2.tsx @@ -60,7 +60,7 @@ export function ImportStep2Screen() { setPassword(data.password); // save privkey to secure storage - await save(pubkey, privkey); + await save(pubkey, privkey, data.password); // redirect to next step navigate('/auth/import/step-3', { replace: true }); diff --git a/src/app/chat/components/item.tsx b/src/app/chat/components/item.tsx index 71d0e9e6..f75015a8 100644 --- a/src/app/chat/components/item.tsx +++ b/src/app/chat/components/item.tsx @@ -33,7 +33,7 @@ export function ChatsListItem({ data }: { data: any }) { >