some comments
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
2fdb8c65ae
commit
db6513818d
@ -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…
x
Reference in New Issue
Block a user