chore: fix spelling (#1786)
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1786 Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de> Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
This commit is contained in:
parent
b9637e1bb6
commit
656c020125
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ watch(accountDeletionConfirm, async (accountDeletionConfirm) => {
|
||||||
store.dispatch('auth/refreshUserInfo')
|
store.dispatch('auth/refreshUserInfo')
|
||||||
}, { immediate: true })
|
}, { immediate: true })
|
||||||
|
|
||||||
// setup passwort reset redirect
|
// setup password reset redirect
|
||||||
const userPasswordReset = useRouteQuery('userPasswordReset') as Ref<null | string>
|
const userPasswordReset = useRouteQuery('userPasswordReset') as Ref<null | string>
|
||||||
watch(userPasswordReset, (userPasswordReset) => {
|
watch(userPasswordReset, (userPasswordReset) => {
|
||||||
if (userPasswordReset === null) {
|
if (userPasswordReset === null) {
|
||||||
|
|
Loading…
Reference in a new issue