From c8e802c9586f470fea3e80e3d1c9c7e280f08045 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 7 Feb 2024 11:45:44 +0100 Subject: [PATCH] fix firstname --- idhub/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/idhub/models.py b/idhub/models.py index fea0156..c1feadd 100644 --- a/idhub/models.py +++ b/idhub/models.py @@ -674,7 +674,6 @@ class VerificableCredential(models.Model): 'organisation': settings.ORGANIZATION or '', } context.update(d) - context['firstName'] = "" return context def render(self, domain):