mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-06-22 10:02:20 +00:00
refact(password): merge import
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
9a629b9692
commit
ae200050b6
1 changed files with 3 additions and 4 deletions
|
|
@ -30,11 +30,10 @@ use cidr_utils::cidr::IpCidr;
|
|||
#[cfg(target_os = "android")]
|
||||
use hbb_common::protobuf::EnumOrUnknown;
|
||||
use hbb_common::{
|
||||
config::{self, keys, Config, TrustedDevice},
|
||||
config::{
|
||||
decode_permanent_password_h1_from_storage, decode_preset_password_h1_from_storage,
|
||||
local_permanent_password_storage_is_usable_for_auth,
|
||||
preset_permanent_password_storage_is_usable_for_auth,
|
||||
self, decode_permanent_password_h1_from_storage, decode_preset_password_h1_from_storage,
|
||||
keys, local_permanent_password_storage_is_usable_for_auth,
|
||||
preset_permanent_password_storage_is_usable_for_auth, Config, TrustedDevice,
|
||||
},
|
||||
fs::{self, can_enable_overwrite_detection, JobType},
|
||||
futures::{SinkExt, StreamExt},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue