mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
@@ -506,8 +506,8 @@ _connectDialog(
|
||||
final peerPassword = peerPasswordController?.text.trim() ?? '';
|
||||
if (peerPasswordController != null && peerPassword.isEmpty) return;
|
||||
gFFI.login(
|
||||
// username,
|
||||
// password,
|
||||
username,
|
||||
password,
|
||||
id,
|
||||
peerPassword,
|
||||
remember,
|
||||
|
||||
Reference in New Issue
Block a user