Update
This commit is contained in:
parent
3ec65bb72d
commit
ca0ae3e991
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ export class PageLoginComponent implements OnInit
|
|||
"password": this.password
|
||||
};
|
||||
this.messageService
|
||||
.sendMessage('connexion', data)
|
||||
.sendMessage('user/auth', data)
|
||||
.subscribe( retour => this.maCallback(retour))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue