web: prettier still having opinions.

This commit is contained in:
Ken Sternberg 2023-12-08 09:56:56 -08:00
parent 4456f085d3
commit e67a290b73
2 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@ export class ApplicationWizardApplicationDetails extends WithTenantConfig(BasePr
.options=${searchModeOptions} .options=${searchModeOptions}
.value=${provider?.searchMode} .value=${provider?.searchMode}
help=${msg( help=${msg(
"Configure how the outpost queries the core authentik server's users." "Configure how the outpost queries the core authentik server's users.",
)} )}
> >
</ak-radio-input> </ak-radio-input>
@ -115,7 +115,7 @@ export class ApplicationWizardApplicationDetails extends WithTenantConfig(BasePr
value="${first(provider?.baseDn, "DC=ldap,DC=goauthentik,DC=io")}" value="${first(provider?.baseDn, "DC=ldap,DC=goauthentik,DC=io")}"
.errorMessages=${errors?.baseDn ?? []} .errorMessages=${errors?.baseDn ?? []}
help=${msg( help=${msg(
"LDAP DN under which bind requests and search requests can be made." "LDAP DN under which bind requests and search requests can be made.",
)} )}
> >
</ak-text-input> </ak-text-input>

View File

@ -59,7 +59,7 @@ export class ApplicationWizardAuthenticationByRadius extends WithTenantConfig(Ba
.errorMessages=${errors?.sharedSecret ?? []} .errorMessages=${errors?.sharedSecret ?? []}
value=${first( value=${first(
provider?.sharedSecret, provider?.sharedSecret,
randomString(128, ascii_letters + digits) randomString(128, ascii_letters + digits),
)} )}
required required
></ak-text-input> ></ak-text-input>