Clarify account session controls and add authenticator recovery guidance
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a092fe-13b1-7f12-ac74-7d258af4d79c
This commit is contained in:
parent
61dc76739f
commit
a9ff77d21d
8 changed files with 395 additions and 26 deletions
|
|
@ -101,7 +101,7 @@ class PortalApplicationTests(unittest.TestCase):
|
|||
self.assertEqual("ok", json.loads(payload)["status"])
|
||||
home, html = invoke(self.app, "/")
|
||||
self.assertEqual("200 OK", home["status"])
|
||||
self.assertIn(b"Sign in with KeyCape", html)
|
||||
self.assertIn(b'href="/login">Sign in', html)
|
||||
self.assertIn(b'name="viewport"', html)
|
||||
self.assertIn(b"focus-visible", html)
|
||||
self.assertIn(b"<main>", html)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue