fix: v3 apps/authentication migrations won't be applied

This commit is contained in:
Bryan
2024-08-20 19:05:43 +08:00
committed by GitHub
parent e46da9d741
commit 951aafcabd

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 *