fix nightly clippy

This commit is contained in:
Stephan Dilly 2021-03-15 11:11:20 +01:00
parent f232ed8107
commit f69ab5e719

View file

@ -118,7 +118,7 @@ impl Component for CredComponent {
Some(
self.input_username
.get_text()
.to_owned(),
.clone(),
),
None,
);
@ -130,7 +130,7 @@ impl Component for CredComponent {
Some(
self.input_password
.get_text()
.to_owned(),
.clone(),
),
);
self.input_password.hide();