mirror of
https://github.com/goauthentik/authentik
synced 2026-05-03 12:52:17 +02:00
web: Add member accessibility to render methods.
This commit is contained in:
@@ -39,7 +39,7 @@ export class ServiceConnectionDockerForm extends ModelForm<DockerServiceConnecti
|
||||
});
|
||||
}
|
||||
|
||||
renderForm(): TemplateResult {
|
||||
protected renderForm(): TemplateResult {
|
||||
return html` <ak-form-element-horizontal label=${msg("Name")} required name="name">
|
||||
<input
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user