finished reset password & other changes

This commit is contained in:
2024-04-24 22:37:55 +03:00
parent b1ad7b5c3e
commit 53cadc289a
58 changed files with 1520 additions and 349 deletions

View File

@@ -25,7 +25,7 @@ export const userVerification = async (token: string) => {
})
} catch (e) {
console.error(e)
return { error: 'Could not update user data! Please, try again by reloading page!' }
return { error: 'db.error.update.user_data' }
}
try {