mirror of
https://github.com/openziti/zrok.git
synced 2025-08-19 04:06:18 +02:00
more naming simplification
This commit is contained in:
@@ -63,7 +63,7 @@ func (self *disableHandler) checkZitiIdentity(id string, principal *rest_model_z
|
||||
return -1, err
|
||||
}
|
||||
for _, env := range envs {
|
||||
if env.ZitiIdentityId == id {
|
||||
if env.ZId == id {
|
||||
return env.Id, nil
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user