This commit is contained in:
Simon Caron
2025-01-12 19:04:51 -05:00
parent 14c8c1aaed
commit 580e12b605

View File

@@ -102,7 +102,7 @@ const CredentialsSchema = z.object({
if (error instanceof Error) { if (error instanceof Error) {
Alert.alert(t("login.connection_failed"), error.message); Alert.alert(t("login.connection_failed"), error.message);
} else { } else {
Alert.alert(t("login.connection_failed"), t("login.an_unexpeted_error_occured")); Alert.alert(t("login.connection_failed"), t("login.an_unexpected_error_occured"));
} }
} finally { } finally {
setLoading(false); setLoading(false);