Skip to content

Commit

Permalink
add console.log CA
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJimmyChevallier committed Aug 10, 2023
1 parent c4e42d3 commit 2c624d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/src/app/services/user/user.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export class UserService {
getInterfaceType() {
return this.serverService.get('users/interface-type').then((data) => {
this.interfaceType = [0, 1].includes(+data.data) ? +data.data : null;
console.log(this.interfaceType)
})
}

Expand Down

0 comments on commit 2c624d3

Please sign in to comment.