client: actually do authentication properly
This commit is contained in:
@@ -108,6 +108,7 @@ impl DbusSettings for ServerImpl {
|
||||
server_url: Some(url),
|
||||
username: Some(user),
|
||||
credential_item: None,
|
||||
token: None,
|
||||
}, r)
|
||||
)
|
||||
}
|
||||
@@ -123,6 +124,7 @@ impl DbusSettings for ServerImpl {
|
||||
server_url: Some(value),
|
||||
username: None,
|
||||
credential_item: None,
|
||||
token: None,
|
||||
}, r)
|
||||
)
|
||||
}
|
||||
@@ -138,6 +140,7 @@ impl DbusSettings for ServerImpl {
|
||||
server_url: None,
|
||||
username: Some(value),
|
||||
credential_item: None,
|
||||
token: None,
|
||||
}, r)
|
||||
)
|
||||
}
|
||||
@@ -153,6 +156,7 @@ impl DbusSettings for ServerImpl {
|
||||
server_url: None,
|
||||
username: None,
|
||||
credential_item: Some(value.to_string()),
|
||||
token: None,
|
||||
}, r)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user