Skip to content

Commit

Permalink
rm unwanted log
Browse files Browse the repository at this point in the history
  • Loading branch information
samaradel committed Dec 22, 2024
1 parent 7ce25bf commit 944501c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/views/tabs/Account.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ function getUser() {
.getUser()
.then((response) => {
const { user } = response.data.data;
console.log(user);
email.value = user.email;
firstName.value = user.first_name;
verified.value = user.verified;
Expand Down

0 comments on commit 944501c

Please sign in to comment.