mirror of
https://git.hexahost.dev/smueller/HexaHost-Frontend.git
synced 2026-06-02 06:08:42 +00:00
Merge branch 'main' of https://github.com/theoneandonlymace/HexaHost-Website
This commit is contained in:
@@ -89,6 +89,7 @@
|
||||
} else {
|
||||
// Show error message
|
||||
showNotification(data.message, 'error');
|
||||
<<<<<<< HEAD
|
||||
|
||||
// Highlight missing fields if provided
|
||||
if (data.missing_fields) {
|
||||
@@ -102,11 +103,17 @@
|
||||
}
|
||||
});
|
||||
}
|
||||
=======
|
||||
>>>>>>> 04d4c58eb4d5f176a9f19520e2976037b9466326
|
||||
}
|
||||
})
|
||||
.catch(error => {
|
||||
console.error('Error:', error);
|
||||
<<<<<<< HEAD
|
||||
showNotification('Ein Fehler ist aufgetreten. Bitte versuchen Sie es später erneut.', 'error');
|
||||
=======
|
||||
showNotification('Es gab ein Problem beim Senden Ihrer Nachricht. Bitte versuchen Sie es später erneut.', 'error');
|
||||
>>>>>>> 04d4c58eb4d5f176a9f19520e2976037b9466326
|
||||
})
|
||||
.finally(() => {
|
||||
// Reset button
|
||||
|
||||
Reference in New Issue
Block a user