fix: add title to find booking page

add email type to email field
This commit is contained in:
Christian Andolf
2025-04-14 13:54:11 +02:00
parent 3449ccec52
commit d00e8f09a6
2 changed files with 10 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ export default function FindMyBooking() {
defaultMessage: "Email",
})}
name="email"
type="email"
placeholder="anna@scandichotels.com"
registerOptions={{ required: true }}
/>