删除了多余的info
This commit is contained in:
@@ -206,7 +206,6 @@ async fn login(
|
||||
}
|
||||
};
|
||||
|
||||
info!("用户登录成功,用户ID: {}", user_id);
|
||||
let token_response = TokenResponse::new(token);
|
||||
HttpResponse::Ok().json(token_response)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user