Make sure login data is in proper camel case
This commit is contained in:
parent
f9b3e35939
commit
87ac520896
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ pub struct AuthLoginResponse {
|
|||
}
|
||||
|
||||
#[derive(Debug, Serialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct AuthLoginTokenData {
|
||||
pub token: String,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue