fix mocknumer

This commit is contained in:
harsh mahajan
2026-04-23 19:49:04 +05:30
parent 6075701f2b
commit adf86ea836
@@ -83,13 +83,13 @@
})
]);
await invalidate(Dependencies.PROJECT);
addNotification({ type: 'success', message: 'Mock phone numbers have been updated' });
trackEvent(Submit.AuthMockNumbersUpdate);
} catch (error) {
addNotification({ type: 'error', message: error.message });
trackError(error, Submit.AuthMockNumbersUpdate);
} finally {
await invalidate(Dependencies.PROJECT);
}
}