fix: authentication passkey model migrations

pull/13751/head
Bai 2024-07-17 10:35:06 +08:00 committed by Bryan
parent b2f11bbbf3
commit f08f01fe49
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 *