return error entity when verify email is not enabled

This commit is contained in:
MaysWind
2023-09-10 17:25:23 +08:00
parent 35ac0695c7
commit ca14770971
5 changed files with 15 additions and 0 deletions
+1
View File
@@ -586,6 +586,7 @@ export default {
'new password equals old password': 'New password equals old password',
'email is not verified': 'Email is not verified',
'email is verified': 'Email is verified',
'email validation not allowed': 'Email validation is not allowed',
'unauthorized access': 'Unauthorized access',
'current token is invalid': 'Current token is invalid',
'current token is expired': 'Current token is expired',