Client - minor fixes

This commit is contained in:
Sam
2022-09-19 14:00:49 +02:00
parent b216900031
commit 6e04791b2d
2 changed files with 21 additions and 1 deletions

View File

@ -145,6 +145,7 @@
import {
ComputedRef,
computed,
onUnmounted,
reactive,
ref,
toRefs,
@ -262,6 +263,8 @@
formData.password = ''
}
onUnmounted(() => store.commit(ROOT_STORE.MUTATIONS.EMPTY_ERROR_MESSAGES))
watch(
() => route.path,
async () => {