fix: authentication passkey model migrations

This commit is contained in:
Bai
2024-07-17 10:35:06 +08:00
committed by Bryan
parent b2f11bbbf3
commit f08f01fe49

View File

@@ -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 *