diff --git a/lib/Alchemy/Phrasea/PhraseanetService/Form/PSExposeConnectionType.php b/lib/Alchemy/Phrasea/PhraseanetService/Form/PSExposeConnectionType.php index 77a5a7059a..ef570deb8f 100644 --- a/lib/Alchemy/Phrasea/PhraseanetService/Form/PSExposeConnectionType.php +++ b/lib/Alchemy/Phrasea/PhraseanetService/Form/PSExposeConnectionType.php @@ -73,7 +73,6 @@ public function buildForm(FormBuilderInterface $builder, array $options) 'required' => false, 'attr' => [ 'class' => 'input-xxlarge', - 'placeholder' => 'https://keycloak.phrasea.fr/realms/master/protocol/openid-connect/token or https://api-auth.phrasea.local/oauth/v2/token' ] ]) ->add('auth_client_secret', TextType::class, [ diff --git a/templates/web/admin/phraseanet-service/expose.html.twig b/templates/web/admin/phraseanet-service/expose.html.twig index 557e38eef5..213bffbd4b 100644 --- a/templates/web/admin/phraseanet-service/expose.html.twig +++ b/templates/web/admin/phraseanet-service/expose.html.twig @@ -44,7 +44,13 @@