fix import user

This commit is contained in:
Cayo Puigdefabregas 2024-01-22 16:00:15 +01:00
parent d7938b6981
commit f866bcffc2
1 changed files with 1 additions and 0 deletions

View File

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