Skip to content

Commit f431c40

Browse files
committed
temp disable new account
1 parent edc613e commit f431c40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

layouts/page/start-trial.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ <h2 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">
3535
async function submitForm(form) {
3636
event.preventDefault();
3737

38+
alert("Currently not accepting new accounts, Try after few minutes");
39+
return;
40+
3841
const btn = document.getElementById("submit-btn");
3942

4043
btn.disabled = true;

0 commit comments

Comments
 (0)