Made forms beautiful.

This commit is contained in:
2025-11-08 20:33:53 +01:00
parent 748213538f
commit a7d8613dd6
5 changed files with 169 additions and 18 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ async def test_dashboard_get_authorized(client):
resp = await client.get("/dashboard")
assert resp.status == 200
text = await resp.text()
assert "Your Data, Organized and Accessible" in text
assert "Welcome back, Test User!" in text
assert "My Files" in text