From f08f01fe49f697e697e6a094a9c4531174bea809 Mon Sep 17 00:00:00 2001 From: Bai Date: Wed, 17 Jul 2024 10:35:06 +0800 Subject: [PATCH] fix: authentication passkey model migrations --- apps/authentication/models/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/authentication/models/__init__.py b/apps/authentication/models/__init__.py index e889e03b1..3385e9237 100644 --- a/apps/authentication/models/__init__.py +++ b/apps/authentication/models/__init__.py @@ -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 * \ No newline at end of file