From a2163d2f1bfbc96289c7193fc70b1224e9c30d31 Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Thu, 29 Jan 2026 20:29:36 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Enhance=20OAuth=20callback=20to=20s?= =?UTF-8?q?upport=20multiple=20providers=20and=20improve=20UI/UX=20styling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/OAuthCallback.vue | 174 +++++++----------- 1 file changed, 66 insertions(+), 108 deletions(-) diff --git a/code/websites/pokedex.online/src/views/OAuthCallback.vue b/code/websites/pokedex.online/src/views/OAuthCallback.vue index a24b71d..119d1d0 100644 --- a/code/websites/pokedex.online/src/views/OAuthCallback.vue +++ b/code/websites/pokedex.online/src/views/OAuthCallback.vue @@ -5,25 +5,25 @@

Authenticating...

-

Please wait while we complete your OAuth login

+

Please wait while we complete your {{ provider }} OAuth login

Authentication Failed

{{ error }}

- - Back to Challonge Test + + Back to Authentication Settings
-

Authentication Successful!

-

You're now logged in with OAuth

+

{{ provider }} Authentication Successful!

+

You're now authenticated with {{ provider }}

Redirecting in {{ countdown }} seconds...

- - Continue to Challonge Test + + Continue to Authentication Settings
@@ -34,28 +34,36 @@