fix: mobile never connecting with password from url scheme (#11797)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user