Added user consent option on desktop connect button.

This commit is contained in:
Ylian Saint-Hilaire
2020-04-14 19:12:14 -07:00
parent 86a823b00a
commit 1f0450529c
3 changed files with 31 additions and 10 deletions

View File

@@ -3482,7 +3482,7 @@
// Check device group link permission
var rights = 0, r = mesh.links[userid];
if (r != null) {
if (rights == 0xFFFFFFFF) { return 0xFFFFFFFF; } // User has full rights thru a device group link, stop here.
if (r.rights == 0xFFFFFFFF) { return 0xFFFFFFFF; } // User has full rights thru a device group link, stop here.
rights = r.rights;
}