Remove orgName from user login audit log

This commit is contained in:
Carlos Monastyrski
2025-11-14 17:54:04 -03:00
parent 8d3b02e66d
commit 99df4e38d5

View File

@@ -2664,7 +2664,6 @@ interface UserLoginEvent {
type: EventType.USER_LOGIN;
metadata: {
organizationId?: string;
organizationName?: string;
authProvider?: string;
};
}