Skip to content

Commit

Permalink
Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Temmmmmo committed Nov 21, 2023
1 parent 08976ae commit 40a977c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/auth/ChangePasswordView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ const submitHandler = async (event: Event) => {
} else {
checkPasswords.value = true;
}
if (repeat_password !== password) {
toastStore.push({
title: 'Изменение пароля',
type: ToastType.Error,
description: 'Пароли не совпадают',
});
}
};
</script>

Expand Down

0 comments on commit 40a977c

Please sign in to comment.