update model and remove unuse component
This commit is contained in:
parent
5a84d89d5d
commit
baa66609ee
12 changed files with 12 additions and 330 deletions
|
|
@ -22,8 +22,8 @@ export class CallbackComponent implements OnInit {
|
|||
if (params['email'] && params['name'] && params['picture']) {
|
||||
this.userService.setAuth({
|
||||
email: params['email'],
|
||||
username: params['name'],
|
||||
image: params['picture'],
|
||||
name: params['name'],
|
||||
picture: params['picture'],
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue