mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
Refact, verification login with secret (#6943)
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -97,6 +97,8 @@ pub struct AuthBody {
|
||||
pub r#type: String,
|
||||
#[serde(default)]
|
||||
pub tfa_type: String,
|
||||
#[serde(default)]
|
||||
pub secret: String,
|
||||
pub user: UserPayload,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user