Revert "Feat: Support appwrite oauth"#203
Conversation
Greptile SummaryThis PR reverts #202 by removing the
Confidence Score: 5/5Single-line revert with no logic changes; safe to merge. The change removes one array entry from a static allow-list. The rest of the file is untouched, and callers gracefully handle unknown providers by returning null. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "Revert "Feat: Support appwrite oauth"" | Re-trigger Greptile |
There was a problem hiding this comment.
Pull request overview
This PR reverts the previously-added support for migrating the appwrite OAuth2 provider configuration by removing it from the OAuth2 provider allow-list. This aligns with the stated goal of reverting #202.
Changes:
- Removed the
appwriteentry fromOAuth2Provider::PROVIDERS, meaningappwriteOAuth2 provider settings will no longer be considered safe/readable for migration.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Reverts #202