Add phase 6 PAN login invitation and client identity

This commit is contained in:
A R R R Associates
2026-07-23 15:08:26 +05:30
parent 90345a2e1a
commit 76039d915d
13 changed files with 332 additions and 10 deletions
+1
View File
@@ -47,6 +47,7 @@ from app.modules.domain_management import models as domain_management_models #
from app.modules.notice_cases import models as notice_cases_models # noqa: F401
from app.modules.registrations import models as registration_models # noqa: F401
from app.modules.credential_vault import models as credential_vault_models # noqa: F401
from app.modules.client_identity import models as client_identity_models # noqa: F401
config = context.config