fix firstname

This commit is contained in:
Cayo Puigdefabregas 2024-02-07 11:45:44 +01:00
parent 25c7d9eee0
commit c8e802c958
1 changed files with 0 additions and 1 deletions

View File

@ -674,7 +674,6 @@ class VerificableCredential(models.Model):
'organisation': settings.ORGANIZATION or '', 'organisation': settings.ORGANIZATION or '',
} }
context.update(d) context.update(d)
context['firstName'] = ""
return context return context
def render(self, domain): def render(self, domain):