fixing PR comment:
https://github.com/keycloak/keycloak-admin-ui/pull/474#issuecomment-825417974
This commit is contained in:
parent
9395ce80a3
commit
2a02b38888
2 changed files with 7 additions and 6 deletions
|
@ -187,11 +187,12 @@ export const CapabilityConfig = ({
|
||||||
label={t("serviceAccount")}
|
label={t("serviceAccount")}
|
||||||
id="kc-flow-service-account"
|
id="kc-flow-service-account"
|
||||||
name="serviceAccountsEnabled"
|
name="serviceAccountsEnabled"
|
||||||
isChecked={value}
|
isChecked={
|
||||||
onChange={onChange}
|
value ||
|
||||||
isDisabled={
|
(clientAuthentication && clientAuthorization)
|
||||||
!clientAuthentication || clientAuthorization
|
|
||||||
}
|
}
|
||||||
|
onChange={onChange}
|
||||||
|
isDisabled={clientAuthorization}
|
||||||
/>
|
/>
|
||||||
<HelpItem
|
<HelpItem
|
||||||
helpText="clients-help:serviceAccount"
|
helpText="clients-help:serviceAccount"
|
||||||
|
|
|
@ -103,8 +103,8 @@
|
||||||
"authentication": "Authentication",
|
"authentication": "Authentication",
|
||||||
"authenticationFlow": "Authentication flow",
|
"authenticationFlow": "Authentication flow",
|
||||||
"standardFlow": "Standard flow",
|
"standardFlow": "Standard flow",
|
||||||
"directAccess": "Direct access",
|
"directAccess": "Direct access grants",
|
||||||
"serviceAccount": "Service account roles",
|
"serviceAccount": "Service account",
|
||||||
"enableServiceAccount": "Enable service account roles",
|
"enableServiceAccount": "Enable service account roles",
|
||||||
"assignRolesTo": "Assign roles to {{client}} account",
|
"assignRolesTo": "Assign roles to {{client}} account",
|
||||||
"searchByRoleName": "Search by role name",
|
"searchByRoleName": "Search by role name",
|
||||||
|
|
Loading…
Reference in a new issue