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):