update placeholder text resemble actual url (#1014)
This commit is contained in:
parent
2581da0765
commit
2f6e0064c1
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ export const OpenIdConnectSettings = () => {
|
|||
name="discoveryEndpoint"
|
||||
data-testid="discoveryEndpoint"
|
||||
id="kc-discovery-endpoint"
|
||||
placeholder="https://hostname/.well-known/openid-configuration"
|
||||
placeholder="https://hostname/auth/realms/master/.well-known/openid-configuration"
|
||||
value={discoveryUrl}
|
||||
onChange={setDiscoveryUrl}
|
||||
onBlur={() => setDiscovering(!discovering)}
|
||||
|
|
Loading…
Reference in a new issue