diff --git a/src/app/registration-form/registration-form.component.ts b/src/app/registration-form/registration-form.component.ts index 58bf327..52dc0b4 100644 --- a/src/app/registration-form/registration-form.component.ts +++ b/src/app/registration-form/registration-form.component.ts @@ -23,7 +23,6 @@ export class RegistrationFormComponent { username: '', password: '', }); - //this.registrationForm.addValidators(isEmpty); } registerPlayer() { @@ -38,4 +37,6 @@ export class RegistrationFormComponent { }); } + + }