TD-29: Player Registration Form implemented
All checks were successful
Quality Check / Linting (push) Successful in 22s
Quality Check / Linting (pull_request) Successful in 22s

This commit is contained in:
Dorian Nemec 2025-02-12 12:56:03 +01:00
parent d77dfb0526
commit a83a0c10cf

View file

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