Merge pull request #3778 from fufesou/doc/comment_on_userpass_in_dialog

some comments
This commit is contained in:
RustDesk 2023-03-25 16:36:54 +08:00 committed by GitHub
commit f354684e20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -496,6 +496,11 @@ _connectDialog(
}
submit() {
// to-do:
// username and password are about remote OS account.
// If the remote side is headless.
// The client side should login to remote OS account, to enable X desktop session.
// `username` and `password` will be used in the near future.
final username = usernameController?.text.trim() ?? '';
final password = passwordController?.text.trim() ?? '';
final peerPassword = peerPasswordController?.text.trim() ?? '';