mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
Removed undefined type from LDAP userAccountControl (#9309)
This commit is contained in:
@@ -28,7 +28,7 @@ interface UserInfo {
|
||||
firstName?: string;
|
||||
lastName?: string;
|
||||
email?: string;
|
||||
userAccountControl?: number;
|
||||
userAccountControl: number;
|
||||
}
|
||||
|
||||
// 0x2: ACCOUNTDISABLE
|
||||
|
||||
Reference in New Issue
Block a user