diff --git a/code/websites/pokedex.online/src/views/ClientCredentialsManager.vue b/code/websites/pokedex.online/src/views/ClientCredentialsManager.vue index df67667..7072a6b 100644 --- a/code/websites/pokedex.online/src/views/ClientCredentialsManager.vue +++ b/code/websites/pokedex.online/src/views/ClientCredentialsManager.vue @@ -20,7 +20,11 @@ Token expires in: {{ tokenInfo?.expiresIn || 0 }} seconds
@@ -152,44 +156,44 @@- Client Credentials Flow is an OAuth 2.0 authentication - method for server-to-server communication. It allows your application to - access resources without user interaction. + Client Credentials Flow is an OAuth 2.0 + authentication method for server-to-server communication. It allows + your application to access resources without user interaction.
- Are you sure you want to clear the stored client credentials and access - token? You'll need to enter them again to use APPLICATION scope. + Are you sure you want to clear the stored client credentials and + access token? You'll need to enter them again to use APPLICATION + scope.
@@ -291,8 +303,8 @@- Return to this page, paste both values, select your desired scope, - and click "Save & Authenticate". + Return to this page, paste both values, select your desired + scope, and click "Save & Authenticate".
Once authenticated, you can use the APPLICATION scope in the - Challonge Test page to access all tournaments associated with your - application. + Challonge Test page to access all tournaments associated with + your application.