TD-29: Registration Form Created
This commit is contained in:
parent
a6a62d7563
commit
04ab9ce4dc
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export class RegistrationFormComponent {
|
|||
}
|
||||
this.serverApi
|
||||
.playerRegister(this.registrationForm.value)
|
||||
.subscribe((response) => {
|
||||
.subscribe(() => {
|
||||
this.notifications.publish('Registered successfully!', NotificationType.Information);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue