This commit is contained in:
Cayo Puigdefabregas 2024-02-22 17:49:44 +01:00
parent 39f0300a28
commit 55839a26ea
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class DidView(View):
role = session.get('iota_abac_attributes', {}).get('role', '')
if not role and _role:
self.context['rols'] = [(x, x) for x in _role
self.context['rols'] = [(x, x) for x in _role]
return
if not role: