Source code for org.forms.mtan
from __future__ import annotations
from onegov.form.fields import HoneyPotField
from onegov.user.forms import MTANForm
from onegov.user.forms import RequestMTANForm
[docs]
class PublicMTANForm(MTANForm):
""" The base MTAN form extended with a ``HoneyPotField``. """