From e5f1342e7729bc150e98c74bf49b9e3b93217d33 Mon Sep 17 00:00:00 2001 From: Christian Andolf Date: Mon, 28 Apr 2025 09:21:20 +0200 Subject: [PATCH] fix: change input type to email --- .../HotelReservation/FindMyBooking/AdditionalInfoForm.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/scandic-web/components/HotelReservation/FindMyBooking/AdditionalInfoForm.tsx b/apps/scandic-web/components/HotelReservation/FindMyBooking/AdditionalInfoForm.tsx index 86a5dec99..271417eda 100644 --- a/apps/scandic-web/components/HotelReservation/FindMyBooking/AdditionalInfoForm.tsx +++ b/apps/scandic-web/components/HotelReservation/FindMyBooking/AdditionalInfoForm.tsx @@ -74,6 +74,7 @@ export default function AdditionalInfoForm({ defaultMessage: "Email", })} name="email" + type="email" placeholder="anna@scandichotels.com" registerOptions={{ required: true }} />