mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-26 06:52:53 +00:00
* feat: 自定义MFA认证 * feat: 修改翻译信息 Co-authored-by: halo <wuyihuangw@gmail.com> Co-authored-by: Jiangjie.Bai <bugatti_it@163.com>
5 lines
124 B
Python
5 lines
124 B
Python
from .otp import MFAOtp, otp_failed_msg
|
|
from .sms import MFASms
|
|
from .radius import MFARadius
|
|
from .custom import MFACustom
|