1
0
forked from noxious/client

FInished password reset (hopefully)

This commit is contained in:
2024-11-03 21:56:19 +01:00
parent 56f455a08e
commit 67b6339ffc
4 changed files with 36 additions and 16 deletions

View File

@ -49,5 +49,7 @@ async function resetPasswordFunc() {
resetPasswordError.value = response.error
return
}
emit('close')
}
</script>