Movies, TV shows, and more

Watch whenever you want wherever you want

Enter your email to create or restart your subscription.

@if (!email.valid && email.touched) {

Please enter your email

} @else { @if (email.touched && authData.email.length > 0 && !isUserEmailValid(authData.email)) {

This is not a valid email format

}}