diff --git a/web/src/admin/providers/radius/RadiusProviderForm.ts b/web/src/admin/providers/radius/RadiusProviderForm.ts index 3fe543209f..e1832f7fc7 100644 --- a/web/src/admin/providers/radius/RadiusProviderForm.ts +++ b/web/src/admin/providers/radius/RadiusProviderForm.ts @@ -29,132 +29,8 @@ export class RadiusProviderFormPage extends WithBrandConfig(BaseProviderForm - - - - -

${msg("Flow used for users to authenticate.")}

-
- - -

- ${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.", - )} -

-
- - - ${msg("Protocol settings")} -
- - - - - -

- ${msg(`List of CIDRs (comma-seperated) that clients can connect from. A more specific - CIDR will match before a looser one. Clients connecting from a non-specified CIDR - will be dropped.`)} -

-
- - - -
-
- - ${msg("Advanced flow settings")} -
- - -

- ${msg("Flow used when logging out of this provider.")} -

-
-
- `; ->>>>>>> main } }