mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-01-15 14:47:24 +00:00
6 lines
150 B
Python
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
|