1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

JS build tweaks

This commit is contained in:
McMatts 2022-03-03 18:21:16 -05:00
parent 6968581e5b
commit 4ed2b3902c
7 changed files with 13 additions and 53 deletions

View file

@ -49,7 +49,7 @@
<div class="form-group">
<label for="keycloak-publicKey">{{localize 'auth_keycloak_pk'}}</label>
{{textarea id="keycloak-publicKey" type="text" value=keycloakConfig.publicKey rows=7 class=(if KeycloakPublicKeyError "form-control is-invalid" "form-control")}}
<small class="form-text text-muted">{{localize 'auth_keylcloak_pk_explain'}}</small>
<small class="form-text text-muted">{{localize 'auth_keycloak_pk_explain'}}</small>
</div>
<div class="form-group">
<label for="keycloak-clientId">{{localize 'auth_keycloak_oidc'}}</label>