Merge pull request #3778 from fufesou/doc/comment_on_userpass_in_dialog
some comments
This commit is contained in:
commit
f354684e20
1 changed files with 5 additions and 0 deletions
|
|
@ -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() ?? '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue