mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-06-07 18:02:48 +08:00
fix: mobile never connecting with password from url scheme (#11797)
This commit is contained in:
parent
6144a1c97e
commit
d3d7b09fe7
@ -2317,7 +2317,7 @@ List<String>? urlLinkToCmdArgs(Uri uri) {
|
|||||||
if (isMobile) {
|
if (isMobile) {
|
||||||
if (id != null) {
|
if (id != null) {
|
||||||
final forceRelay = queryParameters["relay"] != null;
|
final forceRelay = queryParameters["relay"] != null;
|
||||||
connect(Get.context!, id, forceRelay: forceRelay);
|
connect(Get.context!, id, forceRelay: forceRelay, password: queryParameters["password"]);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user