mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
verify passcode on the OAuth 2.0 callback page if user enable 2FA
This commit is contained in:
@@ -18,6 +18,7 @@ export enum KnownErrorCode {
|
||||
ApiNotFound = 100001,
|
||||
ValidatorError = 200000,
|
||||
UserEmailNotVerified = 201020,
|
||||
TwoFactorAuthorizationPasscodeEmpty = 203005,
|
||||
TransactionCannotCreateInThisTime = 205017,
|
||||
TransactionCannotModifyInThisTime = 205018,
|
||||
TransactionPictureNotFound = 211001
|
||||
|
||||
Reference in New Issue
Block a user