verify passcode on the OAuth 2.0 callback page if user enable 2FA

This commit is contained in:
MaysWind
2025-10-26 15:18:40 +08:00
parent c854dbaab4
commit fd4036f0c8
22 changed files with 73 additions and 4 deletions
+1
View File
@@ -18,6 +18,7 @@ export enum KnownErrorCode {
ApiNotFound = 100001,
ValidatorError = 200000,
UserEmailNotVerified = 201020,
TwoFactorAuthorizationPasscodeEmpty = 203005,
TransactionCannotCreateInThisTime = 205017,
TransactionCannotModifyInThisTime = 205018,
TransactionPictureNotFound = 211001