diff --git a/frontend_vue/src/utils/tokenServices.ts b/frontend_vue/src/utils/tokenServices.ts index 7141347bb..4ce935c8c 100644 --- a/frontend_vue/src/utils/tokenServices.ts +++ b/frontend_vue/src/utils/tokenServices.ts @@ -449,7 +449,10 @@ export const tokenServices: TokenServicesType = { 'You install it in your Identity Provider as an app.', 'We send you an alert if an attacker tries to log into that app.', ], - category: TOKEN_CATEGORY.OTHER, + category: [ + TOKEN_CATEGORY.CLOUD, + TOKEN_CATEGORY.PHISHING + ], keywords: [] }, };