forked from github-starred/komodo
serde default on token re Issue 10
This commit is contained in:
@@ -82,6 +82,6 @@ pub struct ProviderAccount {
|
||||
#[serde(alias = "account")]
|
||||
pub username: String,
|
||||
/// The account access token. Required.
|
||||
#[serde(skip_serializing)]
|
||||
#[serde(default, skip_serializing)]
|
||||
pub token: String,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user