mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 16:53:08 +02:00
rename client id -> client key
This commit is contained in:
parent
e555af8895
commit
92d629522b
11 changed files with 124 additions and 122 deletions
|
@ -18,8 +18,8 @@ pub fn from_config(config: ServerConfig) -> Fallible<Box<dyn Server>> {
|
|||
ServerConfig::Local { server_dir } => Box::new(LocalServer::new(server_dir)?),
|
||||
ServerConfig::Remote {
|
||||
origin,
|
||||
client_id,
|
||||
client_key,
|
||||
encryption_secret,
|
||||
} => Box::new(RemoteServer::new(origin, client_id, encryption_secret)),
|
||||
} => Box::new(RemoteServer::new(origin, client_key, encryption_secret)),
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue