fep-521a has changed

main
Bob Mottram 2023-10-19 14:32:04 +01:00
parent a390b3413e
commit 369cb374d8
1 changed files with 1 additions and 1 deletions

View File

@ -1011,7 +1011,7 @@ class PubServer(BaseHTTPRequestHandler):
store_person_in_cache(base_dir, actor, actor_json,
person_cache, False)
if not actor_json.get('publicKey') and \
not actor_json.get('authentication'):
not actor_json.get('assertionMethod'):
return None
original_person_url = \
self._get_instance_url(calling_domain) + path