mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
Fixed changing server permissions on SSO accounts.
This commit is contained in:
parent
2fa0ee43b6
commit
b3f0a0b77c
1 changed files with 1 additions and 1 deletions
|
@ -11697,7 +11697,7 @@
|
|||
if (xxdialogMode) return;
|
||||
haltEvent(e);
|
||||
userid = decodeURIComponent(userid);
|
||||
var user = users[userid.toLowerCase()];
|
||||
var user = users[userid];
|
||||
if (user == null) return;
|
||||
var uself = (userinfo._id == user._id);
|
||||
var x = '';
|
||||
|
|
Loading…
Reference in a new issue