This commit is contained in:
Dain Nilsson 2022-11-22 14:33:33 +01:00
commit 8fdf098520
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
1 changed files with 0 additions and 1 deletions

View File

@ -608,7 +608,6 @@ class AuthenticatorAssertionResponse(_CamelCaseDataObject):
value = dict(data)
value["clientDataJSON"] = value.pop("clientData", None)
data = value
print("parse assertion from", data)
return super().from_dict(data)