We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80169d6 commit edc613eCopy full SHA for edc613e
layouts/page/start-trial.html
@@ -69,7 +69,6 @@ <h2 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">
69
const session_url = data.data.session_url;
70
window.location = session_url;
71
} catch (error) {
72
- console.error("Error submitting form:", error);
73
alert("There was an error submitting the form.");
74
}
75
0 commit comments