mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-14 11:58:02 +00:00
6 lines
108 B
Go
6 lines
108 B
Go
|
package user
|
||
|
|
||
|
func (r *AddHumanUserRequest) AuthContext() string {
|
||
|
return r.GetOrganisation().GetOrgId()
|
||
|
}
|