Update accept terms button ID

This commit is contained in:
Benjamin Beganović 2024-01-31 18:59:40 +01:00
parent 958a327013
commit d4ea1ee839

View File

@ -29,7 +29,7 @@
<div class="flex w-full rounded-md shadow-sm sm:ml-3 sm:w-auto" x-data>
<button
type="button"
id="next-step"
id="accept-terms-button"
onclick="setTimeout(() => this.disabled = true, 0); setTimeout(() => this.disabled = false, 5000); return true;"
class="button button-primary bg-primary">
{{ ctrans('texts.i_agree') }}