Skip to content

Commit

Permalink
ui fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arietimmerman committed Dec 2, 2023
1 parent 6aaa2c4 commit 695a109
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/login/components/modules/register.vue
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ function onSubmit() {
});
},
(error) => {
console.log(error.response);
isLoading.value = false;
errors.value = error.response.data.detail;
}
Expand Down

0 comments on commit 695a109

Please sign in to comment.