Skip to content

Commit

Permalink
Fix idp_app token filter categories
Browse files Browse the repository at this point in the history
  • Loading branch information
wleightond committed Dec 6, 2024
1 parent 5b4d521 commit 578edf6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend_vue/src/utils/tokenServices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
},
};

0 comments on commit 578edf6

Please sign in to comment.