jumpserver/apps/authentication/errors/__init__.py
fit2bot 3cbce63c54
perf: 拆分登录 View (#8502)
* perf: 拆分登录 View

* perf: 修改 code

Co-authored-by: ibuler <ibuler@qq.com>
2022-06-28 17:39:13 +08:00

5 lines
86 B
Python

from .const import *
from .mfa import *
from .failed import *
from .redirect import *