update model and remove unuse component

This commit is contained in:
Kenta420-Poom 2023-09-21 14:33:43 +07:00
parent 5a84d89d5d
commit baa66609ee
12 changed files with 12 additions and 330 deletions

View file

@ -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'],
});
}