fix did dpp

This commit is contained in:
Cayo Puigdefabregas 2024-11-29 15:48:48 +01:00 committed by sergio-gimenez
parent a6a59b5ee2
commit f6f245720e

View file

@ -133,7 +133,7 @@ class PublicDeviceWebView(TemplateView):
dev = Build(d.doc, None, check=True)
doc = dev.get_phid()
ev = json.dumps(doc)
phid = dev.get_signature(ev)
phid = dev.get_signature(doc)
dpp = "{}:{}".format(self.pk, phid)
rr = {
'dpp': dpp,