mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Fallback to display text consent scopes (#40789)
Closes #40788 Signed-off-by: Alexis Rico <sferadev@gmail.com>
This commit is contained in:
parent
6bf8e1c48f
commit
15b0f032cd
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user