agent feedback (#1614)

This commit is contained in:
Justin Hernandez
2026-01-14 15:47:41 -08:00
committed by GitHub
parent 5d08ca40f0
commit f8179c92ba
2 changed files with 25 additions and 22 deletions

View File

@@ -109,7 +109,8 @@ const PassportDataSelector = () => {
try {
await setSelectedDocument(documentId);
navigation.navigate('ConfirmBelonging', {});
} catch {
} catch (error) {
console.error('Failed to navigate to registration:', error);
Alert.alert(
'Registration Error',
'Failed to prepare document for registration. Please try again.',