jumpserver/apps/authentication/models/__init__.py

8 lines
201 B
Python
Raw Normal View History

from .access_key import *
from .connection_token import *
from .private_token import *
from .ssh_key import *
from .sso_token import *
from .temp_token import *
2024-07-09 10:44:19 +00:00
from ..backends.passkey.models import *