mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 23:47:33 +08:00
verify passcode on the OAuth 2.0 callback page if user enable 2FA
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
export interface OAuth2CallbackLoginRequest {
|
||||
readonly password?: string;
|
||||
readonly passcode?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user