fix import user
This commit is contained in:
parent
d7938b6981
commit
f866bcffc2
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue