diff --git a/code/websites/pokedex.online/src/config/platforms.js b/code/websites/pokedex.online/src/config/platforms.js index 693a56f..110eb35 100644 --- a/code/websites/pokedex.online/src/config/platforms.js +++ b/code/websites/pokedex.online/src/config/platforms.js @@ -1,9 +1,9 @@ /** * Platform Registry - * + * * Centralized configuration for OAuth providers and authentication methods * Supports: Challonge (OAuth, API Key, Client Credentials), Discord (OAuth) - * + * * Add new platforms by extending PLATFORMS object with name, label, icon, and auth methods */