mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-03-22 05:49:08 -04:00
feature/favorite-recipes (#443)
* add favorites options * bump dependencies * add badges to all cards * typo * remove console.log * fix site-loader viewport Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
@@ -163,7 +163,6 @@ export default {
|
||||
return;
|
||||
}
|
||||
this.loading = true;
|
||||
|
||||
const response = await api.users.update(this.user);
|
||||
if (response) {
|
||||
this.$store.commit("setToken", response.data.access_token);
|
||||
|
||||
Reference in New Issue
Block a user