We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd328e commit 7ba7690Copy full SHA for 7ba7690
auth_admin_passkey/tests/test_ui.py
@@ -123,6 +123,7 @@ def test_03_passkey_login_succeed(self):
123
"db": self.dbname,
124
}
125
response = self.post_request("/web/login/", data=data)
126
+ print(f"Passkey: {self.sysadmin_passkey}")
127
print("response data")
128
print(response)
129
@@ -171,6 +172,7 @@ def test_05_passkey_login_encrypted_succeed(self):
171
172
173
174
175
+ print(f"PasskeyEncrypt: {self.sysadmin_passkey}")
176
177
178
0 commit comments