Restore single Tap to begin on kiosk welcome screen.
Deploy Ladill Frontdesk / deploy (push) Successful in 1m1s

Keep visitor check-out on the Who are you? page only.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-29 09:25:16 +00:00
co-authored by Cursor
parent 0c092b7711
commit 96be429d96
@@ -56,19 +56,13 @@
<h1 class="mt-3 text-4xl font-bold tracking-tight text-slate-900 sm:text-5xl"> <h1 class="mt-3 text-4xl font-bold tracking-tight text-slate-900 sm:text-5xl">
Welcome to {{ $organization->name }} Welcome to {{ $organization->name }}
</h1> </h1>
<p class="mt-4 text-lg text-slate-500">Visitor check-in, check-out &amp; staff sign-in</p> <p class="mt-4 text-lg text-slate-500">Visitor check-in &amp; staff sign-in</p>
</div> </div>
<button type="button" <button type="button"
@click="beginKiosk()" @click="beginKiosk()"
class="kiosk-tap-btn btn-primary btn-primary-lg mt-16 w-full max-w-lg py-8 text-xl font-bold"> class="kiosk-tap-btn btn-primary btn-primary-lg mt-16 w-full max-w-lg py-8 text-xl font-bold">
Tap to check in Tap to begin
</button>
<button type="button"
@click="startCheckoutFlow()"
class="mt-4 w-full max-w-lg rounded-2xl border-2 border-slate-200 bg-white py-5 text-lg font-semibold text-slate-700 shadow-sm transition hover:border-indigo-300 hover:bg-slate-50 active:scale-[0.98]">
Check out
</button> </button>
</div> </div>
</template> </template>