From f866bcffc2bb7cdeb8aa1608e331e7c246bafe61 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Mon, 22 Jan 2024 16:00:15 +0100 Subject: [PATCH] fix import user --- idhub/user/forms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/idhub/user/forms.py b/idhub/user/forms.py index 9c68ff3..bad06be 100644 --- a/idhub/user/forms.py +++ b/idhub/user/forms.py @@ -3,6 +3,7 @@ from django.conf import settings from django.utils.translation import gettext_lazy as _ from idhub.models import DID, VerificableCredential from oidc4vp.models import Organization +from idhub_auth.models import User class ProfileForm(forms.ModelForm):