mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-14 03:56:27 +00:00
Merge branch 'master' into keyboard
This commit is contained in:
@@ -460,7 +460,7 @@ Future<bool> loginDialog() async {
|
||||
debugPrint('$resp');
|
||||
completer.complete(true);
|
||||
} catch (err) {
|
||||
debugPrint(err.toString());
|
||||
debugPrintStack(label: err.toString());
|
||||
cancel();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user