Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Temmmmmo committed Aug 6, 2023
1 parent 9bd9f51 commit 3c3f6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/auth/OauthLoginView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ onMounted(async () => {
}
if (e.response && e.response.status === 409) {
return router.replace({ path: '/auth/error', query: { text: 'Аккаунт с такими данными уже существуют'}})
return router.replace({ path: '/auth/error', query: { text: 'Аккаунт с такими данными уже существуют' } });
}
return router.replace({ path: '/auth/error', query: { text: 'Непредвиденная ошибка' } });
Expand Down

0 comments on commit 3c3f6b3

Please sign in to comment.