We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e375cc commit a9721c2Copy full SHA for a9721c2
crates/handlers/src/compat/login.rs
@@ -107,7 +107,7 @@ pub struct RequestBody {
107
/// ID of the client device.
108
/// If this does not correspond to a known client device, a new device will
109
/// be created. The given device ID must not be the same as a
110
- /// cross-signing key ID. The server will auto-generate a device_id if
+ /// cross-signing key ID. The server will auto-generate a `device_id` if
111
/// this is not specified.
112
#[serde(default, skip_serializing_if = "Option::is_none")]
113
device_id: Option<String>,
0 commit comments