Revert earlier change to iframe srcdoc, using src instead, because srcdoc was not compatible with all passkey implementations (BitWarden).

This commit is contained in:
Leo Vasanko
2025-12-03 18:01:47 -06:00
parent 9b73684082
commit afbd9606db
8 changed files with 47 additions and 44 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ class Passkey:
authopts: Additional arguments to generate_authentication_options.
Returns:
Tuple of (JSON to be sent to client, challenge bytes to store)
Tuple of (JSON dict to be sent to client, challenge bytes to store)
"""
options = generate_authentication_options(
rp_id=self.rp_id,