We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f232ed8 commit f69ab5eCopy full SHA for f69ab5e
src/components/cred.rs
@@ -118,7 +118,7 @@ impl Component for CredComponent {
118
Some(
119
self.input_username
120
.get_text()
121
- .to_owned(),
+ .clone(),
122
),
123
None,
124
);
@@ -130,7 +130,7 @@ impl Component for CredComponent {
130
131
self.input_password
132
133
134
135
136
self.input_password.hide();
0 commit comments