From fc80596432a034c07d4d14ab1baa26244aee50f1 Mon Sep 17 00:00:00 2001 From: Ken Sternberg Date: Mon, 4 Dec 2023 10:32:16 -0800 Subject: [PATCH] web: prettier having opinions after merging with dependent branch --- web/src/admin/groups/RelatedUserList.ts | 3 +-- web/src/admin/providers/radius/RadiusProviderForm.ts | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/web/src/admin/groups/RelatedUserList.ts b/web/src/admin/groups/RelatedUserList.ts index 7e2c7209c..5e2c6b952 100644 --- a/web/src/admin/groups/RelatedUserList.ts +++ b/web/src/admin/groups/RelatedUserList.ts @@ -110,8 +110,7 @@ export class RelatedUserAdd extends Form<{ users: number[] }> { } @customElement("ak-user-related-list") -export class RelatedUserList extends WithTenantConfig( - WithCapabilitiesConfig(Table)) { +export class RelatedUserList extends WithTenantConfig(WithCapabilitiesConfig(Table)) { expandable = true; checkbox = true; diff --git a/web/src/admin/providers/radius/RadiusProviderForm.ts b/web/src/admin/providers/radius/RadiusProviderForm.ts index c7a843cca..8a95f10db 100644 --- a/web/src/admin/providers/radius/RadiusProviderForm.ts +++ b/web/src/admin/providers/radius/RadiusProviderForm.ts @@ -86,7 +86,7 @@ export class RadiusProviderFormPage extends WithTenantConfig(ModelForm

${msg( - "When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon." + "When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon.", )}

@@ -103,7 +103,7 @@ export class RadiusProviderFormPage extends WithTenantConfig(ModelForm