Merge pull request #4235 from westlywright/feature.keycloak.field

keycloak entityId not required
This commit is contained in:
Westly Wright 2020-10-16 17:01:48 -07:00 committed by GitHub
commit c986899654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
{{#if (eq providerName 'keycloak')}}
<div class="col span-6">
<label class="acc-label pb-5">
{{t "authPage.saml.disabled.entityId.labelText" appName=settings.appName}}{{field-required}}
{{t "authPage.saml.disabled.entityId.labelText" appName=settings.appName}}
</label>
{{input
type="text"