[web] Add logout to list of managed group user events

GitOrigin-RevId: 3d90d315742888934cc2561be323247d75c3f977
This commit is contained in:
Simon Gardner
2026-01-14 09:12:36 +00:00
committed by Copybot
parent bb7b8ee227
commit c8e0fd0477

View File

@@ -35,6 +35,7 @@ function _canHaveNoInitiatorId(operation, info) {
// events that are visible to managed user admins in Group Audit Logs view
const MANAGED_GROUP_USER_EVENTS = [
'login',
'logout',
'reset-password',
'update-password',
'link-dropbox',