From 9eed4022a79f2cba139c9f8a359bfc8c1f9c31c5 Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 5 Jun 2024 14:44:08 -0400 Subject: ci: Stage blocking changes --- front-end/src/views/Account/components/oauth/Oauth.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'front-end/src/views/Account/components/oauth/Oauth.vue') diff --git a/front-end/src/views/Account/components/oauth/Oauth.vue b/front-end/src/views/Account/components/oauth/Oauth.vue index d269689..2c49786 100644 --- a/front-end/src/views/Account/components/oauth/Oauth.vue +++ b/front-end/src/views/Account/components/oauth/Oauth.vue @@ -51,7 +51,7 @@ store.oauth2.refresh();
-
+
OAuth2 applications allow you grant api access to OAuth2 clients using the Client Credentials grant type. Learn more -- cgit