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
@@ -1,3 +1,4 @@
export interface OAuth2CallbackLoginRequest {
readonly password?: string;
readonly passcode?: string;
}