No more icon

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2022-10-04 16:58:03 +02:00
parent 746c324113
commit ba4faa9840
No known key found for this signature in database
GPG Key ID: C0095B7870A4CCD3

View File

@ -16,10 +16,9 @@ def generate_random_user():
# https://www.w3.org/TR/webauthn/#dictionary-pkcredentialentity
name = "User name"
icon = "https://www.w3.org/TR/webauthn/"
display_name = "Displayed " + name
return {"id": user_id, "name": name, "icon": icon, "displayName": display_name}
return {"id": user_id, "name": name, "displayName": display_name}
counter = 1
def generate_user_maximum():