fix clippy error redundant clone
This commit is contained in:
parent
1c8df3e1b1
commit
2711e34430
@ -128,7 +128,7 @@ impl LianaLiteLogin {
|
||||
Err(e) => (
|
||||
Self {
|
||||
network,
|
||||
datadir: datadir.clone(),
|
||||
datadir,
|
||||
step: ConnectionStep::EnterEmail {
|
||||
email: form::Value::default(),
|
||||
},
|
||||
@ -142,7 +142,7 @@ impl LianaLiteLogin {
|
||||
Ok(auth_config) => (
|
||||
Self {
|
||||
network,
|
||||
datadir: datadir.clone(),
|
||||
datadir,
|
||||
step: ConnectionStep::CheckingAuthFile,
|
||||
connection_error: None,
|
||||
wallet_id: auth_config.wallet_id.clone(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user