mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-20 06:09:27 -06:00
Fallback to display text consent scopes (#40789)
Closes #40788 Signed-off-by: Alexis Rico <sferadev@gmail.com>
This commit is contained in:
@@ -216,7 +216,8 @@ export const Applications = () => {
|
||||
</DescriptionListTerm>
|
||||
{application.consent.grantedScopes.map((scope) => (
|
||||
<DescriptionListDescription key={`scope${scope.id}`}>
|
||||
<CheckIcon /> {t(scope.name as TFuncKey)}
|
||||
<CheckIcon />{" "}
|
||||
{t(scope.name as TFuncKey, scope.displayText)}
|
||||
</DescriptionListDescription>
|
||||
))}
|
||||
</DescriptionListGroup>
|
||||
|
||||
Reference in New Issue
Block a user