web: prettier still having opinions.
This commit is contained in:
parent
4456f085d3
commit
e67a290b73
|
@ -92,7 +92,7 @@ export class ApplicationWizardApplicationDetails extends WithTenantConfig(BasePr
|
|||
.options=${searchModeOptions}
|
||||
.value=${provider?.searchMode}
|
||||
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>
|
||||
|
@ -115,7 +115,7 @@ export class ApplicationWizardApplicationDetails extends WithTenantConfig(BasePr
|
|||
value="${first(provider?.baseDn, "DC=ldap,DC=goauthentik,DC=io")}"
|
||||
.errorMessages=${errors?.baseDn ?? []}
|
||||
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>
|
||||
|
|
|
@ -59,7 +59,7 @@ export class ApplicationWizardAuthenticationByRadius extends WithTenantConfig(Ba
|
|||
.errorMessages=${errors?.sharedSecret ?? []}
|
||||
value=${first(
|
||||
provider?.sharedSecret,
|
||||
randomString(128, ascii_letters + digits)
|
||||
randomString(128, ascii_letters + digits),
|
||||
)}
|
||||
required
|
||||
></ak-text-input>
|
||||
|
|
Reference in New Issue