finished reset password & other changes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user