mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
remove console.log
This commit is contained in:
parent
13c2428472
commit
d1ae6357a3
1 changed files with 0 additions and 2 deletions
|
@ -151,7 +151,6 @@ export default {
|
||||||
methods: {
|
methods: {
|
||||||
async refreshProfile() {
|
async refreshProfile() {
|
||||||
this.user = await api.users.self();
|
this.user = await api.users.self();
|
||||||
console.log(this.user);
|
|
||||||
},
|
},
|
||||||
openAvatarPicker() {
|
openAvatarPicker() {
|
||||||
this.showAvatarPicker = true;
|
this.showAvatarPicker = true;
|
||||||
|
@ -164,7 +163,6 @@ export default {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.loading = true;
|
this.loading = true;
|
||||||
console.log(this.user);
|
|
||||||
const response = await api.users.update(this.user);
|
const response = await api.users.update(this.user);
|
||||||
if (response) {
|
if (response) {
|
||||||
this.$store.commit("setToken", response.data.access_token);
|
this.$store.commit("setToken", response.data.access_token);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue