wireguard: Add empty form for AutoAddClientView

Signed-off-by: Frederico Gomes <fredericojfgomes@gmail.com>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Frederico Gomes 2026-03-21 13:09:59 +00:00 committed by James Valleroy
parent 77a91fc357
commit 8cbcd39bb2
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -74,6 +74,11 @@ class AddClientForm(forms.Form):
validators=[validate_key])
class AutoAddClientForm(forms.Form):
"""Empty form for auto-client addition UX."""
pass
class AddServerForm(forms.Form):
"""Form to add server."""
peer_endpoint = forms.CharField(