Skip to content

Commit 88a8069

Browse files
committed
lint
1 parent 4d47f9d commit 88a8069

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mobile-app/app/onboarding/import-mnemonic.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export default function ImportMnemonic() {
6969
});
7070
router.push("/(tabs)/");
7171
} catch (error) {
72+
console.error("Import account error:", error);
7273
setPhraseError(
7374
"Failed to import account. Please check your mnemonic phrase and try again.",
7475
);

0 commit comments

Comments
 (0)