openmct/platform/identity/bundle.json

12 lines
213 B
JSON
Raw Normal View History

{
"extensions": {
"components": [
{
"type": "aggregator",
"provides": "identityService",
"depends": [ "$q" ]
}
]
}
}