mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 23:31:30 +03:00
@@ -411,6 +411,7 @@ Future<bool?> loginDialog() async {
|
||||
password: password.text,
|
||||
id: await bind.mainGetMyId(),
|
||||
uuid: await bind.mainGetUuid(),
|
||||
autoLogin: true,
|
||||
type: HttpType.kAuthReqTypeAccount));
|
||||
|
||||
switch (resp.type) {
|
||||
|
||||
Reference in New Issue
Block a user