fix: mobile never connecting with password from url scheme (#11797)
This commit is contained in:
parent
6144a1c97e
commit
d3d7b09fe7
1 changed files with 1 additions and 1 deletions
|
|
@ -2317,7 +2317,7 @@ List<String>? urlLinkToCmdArgs(Uri uri) {
|
|||
if (isMobile) {
|
||||
if (id != null) {
|
||||
final forceRelay = queryParameters["relay"] != null;
|
||||
connect(Get.context!, id, forceRelay: forceRelay);
|
||||
connect(Get.context!, id, forceRelay: forceRelay, password: queryParameters["password"]);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue