frontend avec données fictif prêt
This commit is contained in:
parent
0348c30044
commit
4cc9058887
41 changed files with 697 additions and 213 deletions
|
|
@ -6,7 +6,7 @@ import {HashageService} from "../../common/services/hashage/hashage.service";
|
|||
|
||||
|
||||
@Component({
|
||||
selector: 'app-page-login',
|
||||
selector: 'app-page-nickname',
|
||||
templateUrl: './page-login.component.html',
|
||||
styleUrls: ['./page-login.component.scss']
|
||||
})
|
||||
|
|
@ -31,7 +31,7 @@ export class PageLoginComponent
|
|||
{
|
||||
let data = {
|
||||
email: this.email,
|
||||
hashPass: this.hashageService.run(this.password)
|
||||
hash_pass: this.hashageService.run(this.password)
|
||||
};
|
||||
console.log(data);
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue