authenticators: remove obsolete manager_form_class (#53442)

This commit is contained in:
Valentin Deniaud 2022-09-20 11:33:06 +02:00
parent 249f425c22
commit fc093735ba
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ class BaseAuthenticator(models.Model):
authenticators = AuthenticatorManager()
type = ''
manager_form_class = None
manager_view_template_name = 'authentic2/authenticators/authenticator_detail.html'
unique = False
protected = False