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

pull/14012/head
Bryan 2024-08-20 19:05:43 +08:00 committed by GitHub
parent e46da9d741
commit 951aafcabd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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 *