Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
flight-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Walter Molina
flight-app
Commits
9d5505df
Commit
9d5505df
authored
May 21, 2023
by
Walter Molina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update frontend/src/app/views/register/create.pasajero/create.pasajero.component.ts
parent
7e1efc35
Pipeline
#363
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
create.pasajero.component.ts
...ews/register/create.pasajero/create.pasajero.component.ts
+1
-1
No files found.
frontend/src/app/views/register/create.pasajero/create.pasajero.component.ts
View file @
9d5505df
...
@@ -24,7 +24,7 @@ export class CreatePasajeroComponent {
...
@@ -24,7 +24,7 @@ export class CreatePasajeroComponent {
second_name
:
new
FormControl
(
''
,
Validators
.
required
),
second_name
:
new
FormControl
(
''
,
Validators
.
required
),
last_name
:
new
FormControl
(
''
,
Validators
.
required
),
last_name
:
new
FormControl
(
''
,
Validators
.
required
),
phone_number
:
new
FormControl
(
''
,
[
Validators
.
required
,
Validators
.
minLength
(
9
),
phone_number
:
new
FormControl
(
''
,
[
Validators
.
required
,
Validators
.
minLength
(
9
),
Validators
.
maxLength
(
9
)]),
Validators
.
maxLength
(
9
)
,
Validators
.
pattern
(
"^[0-9]*$"
)
]),
email_address
:
new
FormControl
(
''
,
[
Validators
.
required
,
Validators
.
email
]),
email_address
:
new
FormControl
(
''
,
[
Validators
.
required
,
Validators
.
email
]),
city
:
new
FormControl
(
''
,
Validators
.
required
),
city
:
new
FormControl
(
''
,
Validators
.
required
),
country
:
new
FormControl
(
''
,
Validators
.
required
),
country
:
new
FormControl
(
''
,
Validators
.
required
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment