diff --git a/web/src/pages/outposts/ServiceConnectionDockerForm.ts b/web/src/pages/outposts/ServiceConnectionDockerForm.ts index 20ee94b880..15c4e82bca 100644 --- a/web/src/pages/outposts/ServiceConnectionDockerForm.ts +++ b/web/src/pages/outposts/ServiceConnectionDockerForm.ts @@ -98,7 +98,12 @@ export class ServiceConnectionDockerForm extends ModelForm`; }); }), - html``, + html``, )}

@@ -128,7 +133,12 @@ export class ServiceConnectionDockerForm extends ModelForm`; }); }), - html``, + html``, )}

diff --git a/web/src/pages/providers/ldap/LDAPProviderForm.ts b/web/src/pages/providers/ldap/LDAPProviderForm.ts index 61e4f8d00f..934563ae12 100644 --- a/web/src/pages/providers/ldap/LDAPProviderForm.ts +++ b/web/src/pages/providers/ldap/LDAPProviderForm.ts @@ -193,7 +193,12 @@ export class LDAPProviderFormPage extends ModelForm { `; }); }), - html``, + html``, )}

diff --git a/web/src/pages/providers/oauth2/OAuth2ProviderForm.ts b/web/src/pages/providers/oauth2/OAuth2ProviderForm.ts index 75e3215aaf..c00032e475 100644 --- a/web/src/pages/providers/oauth2/OAuth2ProviderForm.ts +++ b/web/src/pages/providers/oauth2/OAuth2ProviderForm.ts @@ -204,7 +204,12 @@ ${this.instance?.redirectUris}`; }); }), - html``, + html``, )}

${t`Key used to sign the tokens.`}

diff --git a/web/src/pages/providers/proxy/ProxyProviderForm.ts b/web/src/pages/providers/proxy/ProxyProviderForm.ts index b49b3f6ca8..6f6fcbe495 100644 --- a/web/src/pages/providers/proxy/ProxyProviderForm.ts +++ b/web/src/pages/providers/proxy/ProxyProviderForm.ts @@ -357,7 +357,12 @@ export class ProxyProviderFormPage extends ModelForm { `; }); }), - html``, + html``, )} diff --git a/web/src/pages/providers/saml/SAMLProviderForm.ts b/web/src/pages/providers/saml/SAMLProviderForm.ts index e3571b229d..0dfc2d5f8d 100644 --- a/web/src/pages/providers/saml/SAMLProviderForm.ts +++ b/web/src/pages/providers/saml/SAMLProviderForm.ts @@ -169,7 +169,12 @@ export class SAMLProviderFormPage extends ModelForm { `; }); }), - html``, + html``, )}

@@ -203,7 +208,12 @@ export class SAMLProviderFormPage extends ModelForm { `; }); }), - html``, + html``, )}

diff --git a/web/src/pages/sources/ldap/LDAPSourceForm.ts b/web/src/pages/sources/ldap/LDAPSourceForm.ts index 5353a1ff63..06b464a82f 100644 --- a/web/src/pages/sources/ldap/LDAPSourceForm.ts +++ b/web/src/pages/sources/ldap/LDAPSourceForm.ts @@ -173,7 +173,12 @@ export class LDAPSourceForm extends ModelForm { `; }); }), - html``, + html``, )}

diff --git a/web/src/pages/sources/saml/SAMLSourceForm.ts b/web/src/pages/sources/saml/SAMLSourceForm.ts index 2f528c6348..31f8a1e240 100644 --- a/web/src/pages/sources/saml/SAMLSourceForm.ts +++ b/web/src/pages/sources/saml/SAMLSourceForm.ts @@ -162,7 +162,12 @@ export class SAMLSourceForm extends ModelForm { `; }); }), - html``, + html``, )}

diff --git a/web/src/pages/tenants/TenantForm.ts b/web/src/pages/tenants/TenantForm.ts index c37bb9e96f..2a620fc583 100644 --- a/web/src/pages/tenants/TenantForm.ts +++ b/web/src/pages/tenants/TenantForm.ts @@ -378,7 +378,12 @@ export class TenantForm extends ModelForm { `; }); }), - html``, + html``, )}