移除注册接口中未使用的邮箱字段

This commit is contained in:
fish
2026-04-13 20:42:19 +08:00
parent 7031411b3d
commit 581e736f1b

View File

@@ -25,8 +25,6 @@ struct RegisterRequest {
username: String, username: String,
#[validate(length(min = 6))] #[validate(length(min = 6))]
password: String, password: String,
#[validate(email)]
email: String,
} }
#[derive(Serialize)] #[derive(Serialize)]