Skip to content

Commit 506d040

Browse files
authored
Remove UI Extension OAuth client configs (#2830)
* Remove instabug OAuth client config * Remove finout OAuth client config * trigger validation CI
1 parent 4791910 commit 506d040

File tree

4 files changed

+7
-23
lines changed

4 files changed

+7
-23
lines changed

finout/assets/oauth_clients.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

finout/manifest.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,5 @@
4747
"support_email": "[email protected]",
4848
"sales_email": "[email protected]"
4949
},
50-
"assets": {
51-
"oauth": "assets/oauth_clients.json"
52-
}
53-
}
50+
"assets": {}
51+
}

instabug/assets/oauth_clients.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

instabug/manifest.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"manifest_version": "2.0.0",
3-
"app_uuid": "37d9bc39-888f-4bec-b8c5-3c137cf88f84",
3+
"app_uuid": "37d9bc39-888f-4bec-b8c5-3c137cf88f84",
44
"app_id": "instabug",
55
"owner": "integrations-developer-platform",
66
"display_on_public_website": true,
77
"tile": {
88
"overview": "README.md#Overview",
9-
"configuration": "README.md#Setup",
9+
"configuration": "README.md#Setup",
1010
"support": "README.md#Support",
1111
"changelog": "CHANGELOG.md",
1212
"description": "Monitor and track your mobile app health and performance.",
@@ -56,7 +56,7 @@
5656
"classifier_tags": [
5757
"Offering::UI Extension",
5858
"Supported OS::Linux",
59-
"Supported OS::Windows",
59+
"Supported OS::Windows",
6060
"Supported OS::macOS",
6161
"Category::Alerting",
6262
"Category::Issue Tracking"
@@ -68,13 +68,11 @@
6868
}
6969
]
7070
},
71-
"assets": {
72-
"oauth": "assets/oauth_clients.json"
73-
},
71+
"assets": {},
7472
"author": {
7573
"support_email": "[email protected]",
7674
"name": "Luciq",
7775
"homepage": "https://www.luciq.ai/",
7876
"sales_email": "[email protected]"
7977
}
80-
}
78+
}

0 commit comments

Comments
 (0)