Update
This commit is contained in:
parent
ca0ae3e991
commit
21d32a2dc2
1 changed files with 2 additions and 2 deletions
|
|
@ -33,8 +33,8 @@ export class PageLoginComponent implements OnInit
|
|||
if(!this.hasError)
|
||||
{
|
||||
let data = {
|
||||
"pseudo": this.pseudo,
|
||||
"password": this.password
|
||||
login: this.pseudo,
|
||||
hashPass: this.password
|
||||
};
|
||||
this.messageService
|
||||
.sendMessage('user/auth', data)
|
||||
|
|
|
|||
Reference in a new issue