mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-13 02:53:50 +00:00
build(*): Fix broken closing tag preventing build
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
} else {
|
} else {
|
||||||
alert('Please sign in to delete your account.');
|
alert('Please sign in to delete your account.');
|
||||||
}
|
}
|
||||||
|
|
||||||
return async () => {
|
return async () => {
|
||||||
loading = false;
|
loading = false;
|
||||||
};
|
};
|
||||||
@@ -184,12 +184,11 @@
|
|||||||
<a href="/contact" class="btn btn-outline w-full">Provide Feedback</a>
|
<a href="/contact" class="btn btn-outline w-full">Provide Feedback</a>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
|
||||||
|
|
||||||
<form method="post" action="?/delete" use:enhance={handleAccountDeletion}>
|
|
||||||
<div>
|
|
||||||
<button class="button block" disabled={loading}>Delete My Account</button>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
|
|
||||||
|
<form method="post" action="?/delete" use:enhance={handleAccountDeletion}>
|
||||||
|
<div>
|
||||||
|
<button class="button block" disabled={loading}>Delete My Account</button>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user