[Feature]: Registration Mask #1

Closed
SZUT-Dorian wants to merge 3 commits from td-29-registrierungsformular into trunk
Showing only changes of commit a83a0c10cf - Show all commits

View file

@ -23,7 +23,6 @@ export class RegistrationFormComponent {
username: '', username: '',
password: '', password: '',
}); });
//this.registrationForm.addValidators(isEmpty);
} }
registerPlayer() { registerPlayer() {
@ -38,4 +37,6 @@ export class RegistrationFormComponent {
}); });
} }
} }