mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-13 08:26:40 +00:00
Merge branch 'clients-user' of https://github.com/fosrl/pangolin into clients-user
This commit is contained in:
@@ -2157,6 +2157,5 @@
|
|||||||
"clients": "Clients",
|
"clients": "Clients",
|
||||||
"accessClientSelect": "Select machine clients",
|
"accessClientSelect": "Select machine clients",
|
||||||
"resourceClientDescription": "Machine clients that can access this resource",
|
"resourceClientDescription": "Machine clients that can access this resource",
|
||||||
"regenerate": "Regenerate",
|
"regenerate": "Regenerate"
|
||||||
"checkSelectedStatus": "Check Status of Selected"
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -42,7 +42,8 @@ export const handleOlmRegisterMessage: MessageHandler = async (context) => {
|
|||||||
olm.userId,
|
olm.userId,
|
||||||
olm.olmId,
|
olm.olmId,
|
||||||
olm.name || "User Device",
|
olm.name || "User Device",
|
||||||
doNotCreateNewClient ? true : false
|
// doNotCreateNewClient ? true : false
|
||||||
|
true // for now never create a new client automatically because we create the users clients when they are added to the org
|
||||||
);
|
);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
logger.error(
|
logger.error(
|
||||||
|
|||||||
Reference in New Issue
Block a user