From b5ca44b96c4a857723060c704af69896982f6f34 Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Thu, 29 Jan 2026 15:20:57 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Update=20platform=20con?= =?UTF-8?q?figuration=20comments=20for=20clarity=20and=20formatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/websites/pokedex.online/src/config/platforms.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */