TD-29: Player Registration Form implemented
This commit is contained in:
parent
d77dfb0526
commit
a83a0c10cf
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,6 @@ export class RegistrationFormComponent {
|
|||
username: '',
|
||||
password: '',
|
||||
});
|
||||
//this.registrationForm.addValidators(isEmpty);
|
||||
}
|
||||
|
||||
registerPlayer() {
|
||||
|
@ -38,4 +37,6 @@ export class RegistrationFormComponent {
|
|||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue