Show users hub connection details for their domains
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 36s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 1m43s
Create Docker Image / Final Docker Image Manifest (push) Successful in 10s

This commit is contained in:
2024-05-24 11:04:25 +10:00
parent a687b5fd1c
commit 86c27a3f17
4 changed files with 117 additions and 4 deletions

View File

@@ -86,6 +86,7 @@ class User extends Authenticatable implements MustVerifyEmail
->where('zones.domain_id',$o->id);
})
->where('system_user.user_id',$this->id)
->activeFTN()
->with(['zone.domain'])
->get();
}