mirror of https://github.com/jumpserver/jumpserver
fix: authentication passkey model migrations
parent
b2f11bbbf3
commit
f08f01fe49
|
@ -3,3 +3,4 @@ from .connection_token import *
|
|||
from .private_token import *
|
||||
from .sso_token import *
|
||||
from .temp_token import *
|
||||
from ..backends.passkey.models import *
|
Loading…
Reference in New Issue