chore: fix spelling #1786

Merged
konrad merged 1 commits from dpschen/frontend:feature/chore-fix-spelling into main 2022-04-10 18:55:44 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ watch(accountDeletionConfirm, async (accountDeletionConfirm) => {
store.dispatch('auth/refreshUserInfo')
}, { immediate: true })
// setup passwort reset redirect
// setup password reset redirect
const userPasswordReset = useRouteQuery('userPasswordReset') as Ref<null | string>
watch(userPasswordReset, (userPasswordReset) => {
if (userPasswordReset === null) {