chore: move user_auth models to (mostly) login service (#62269)
* chore: move user_auth models to (mostly) login service
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package ldap
|
||||
|
||||
type TeamOrgGroupDTO struct {
|
||||
TeamName string `json:"teamName"`
|
||||
OrgName string `json:"orgName"`
|
||||
GroupDN string `json:"groupDN"`
|
||||
}
|
||||
Reference in New Issue
Block a user