mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +08:00
code refactor
This commit is contained in:
+11
-11
@@ -177,17 +177,6 @@ export default {
|
||||
'incomplete or incorrect submission': 'Incomplete or incorrect submission',
|
||||
'operation failed': 'Operation failed',
|
||||
'nothing will be updated': 'Nothing will be updated',
|
||||
'unauthorized access': 'Unauthorized access',
|
||||
'current token is invalid': 'Current token is invalid',
|
||||
'current token is expired': 'Current token is expired',
|
||||
'current token type is invalid': 'Current token type is invalid',
|
||||
'current token requires two factor authorization': 'Current token requires two factor authorization',
|
||||
'current token does not require two factor authorization': 'Current token does not require two factor authorization',
|
||||
'token is invalid': 'Token is invalid',
|
||||
'token id is invalid': 'Token id is invalid',
|
||||
'user token id is invalid': 'User token id is invalid',
|
||||
'token is not found': 'Token is not found',
|
||||
'token is expired': 'Token is expired',
|
||||
'user id is invalid': 'User id is invalid',
|
||||
'username is empty': 'Username is empty',
|
||||
'email is empty': 'Email is empty',
|
||||
@@ -199,6 +188,17 @@ export default {
|
||||
'login name is invalid': 'Login name is invalid',
|
||||
'login name or password is invalid': 'Login name or password is invalid',
|
||||
'login name or password is wrong': 'Login name or password is wrong',
|
||||
'unauthorized access': 'Unauthorized access',
|
||||
'current token is invalid': 'Current token is invalid',
|
||||
'current token is expired': 'Current token is expired',
|
||||
'current token type is invalid': 'Current token type is invalid',
|
||||
'current token requires two factor authorization': 'Current token requires two factor authorization',
|
||||
'current token does not require two factor authorization': 'Current token does not require two factor authorization',
|
||||
'token is invalid': 'Token is invalid',
|
||||
'token id is invalid': 'Token id is invalid',
|
||||
'user token id is invalid': 'User token id is invalid',
|
||||
'token is not found': 'Token is not found',
|
||||
'token is expired': 'Token is expired',
|
||||
'passcode is invalid': 'Passcode is invalid',
|
||||
'two factor backup code is invalid': 'Two factor backup code is invalid',
|
||||
'two factor is not enabled': 'Two factor is not enabled',
|
||||
|
||||
Reference in New Issue
Block a user