feat: 通过加密会话和冲突设置连接桌面 Sync
This commit is contained in:
@@ -506,6 +506,7 @@ impl CredentialBroker {
|
||||
self.unlocked.as_ref().ok_or("CREDENTIALS_LOCKED".into())
|
||||
}
|
||||
pub fn lock(&mut self) {
|
||||
self.lock_epoch.fetch_add(1, Ordering::SeqCst);
|
||||
self.unlocked.take();
|
||||
self.ownership.take();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user