update placeholder text resemble actual url (#1014)

This commit is contained in:
Erik Jan de Wit 2021-08-17 16:08:24 +02:00 committed by GitHub
parent 2581da0765
commit 2f6e0064c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)}