jumpserver/apps/authentication/mfa/__init__.py

6 lines
150 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