mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 10:21:29 +03:00
chore: fix some typos in comments (#7814)
Signed-off-by: whosehang <whosehang@outlook.com>
This commit is contained in:
@@ -1052,7 +1052,7 @@ pub fn session_add(
|
||||
|
||||
let mut preset_password = password.clone();
|
||||
let shared_password = if is_shared_password {
|
||||
// To achieve a flexible password application order, we dont' treat shared password as a preset password.
|
||||
// To achieve a flexible password application order, we don't treat shared password as a preset password.
|
||||
preset_password = Default::default();
|
||||
Some(password)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user