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 @@