jumpserver/apps/authentication/mfa/__init__.py

7 lines
178 B
Python

from .custom import MFACustom
from .face import MFAFace
from .otp import MFAOtp, otp_failed_msg
from .radius import MFARadius
from .sms import MFASms
from .email import MFAEmail