diff options
Diffstat (limited to 'src/command/client/sync/login.rs')
| -rw-r--r-- | src/command/client/sync/login.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/client/sync/login.rs b/src/command/client/sync/login.rs index 333a1514..038e822b 100644 --- a/src/command/client/sync/login.rs +++ b/src/command/client/sync/login.rs @@ -72,6 +72,6 @@ pub(super) fn read_user_password() -> String { } fn read_user_input(name: &'static str) -> String { - eprint!("Please enter {}: ", name); + eprint!("Please enter {name}: "); get_input().expect("Failed to read from input") } |
