feat(security): isolate bounded work and support required auth actions

This commit is contained in:
2026-09-08 07:47:17 +02:00
parent a6d056a3df
commit dc1f244f17
23 changed files with 1628 additions and 21 deletions
+6
View File
@@ -38,6 +38,12 @@
padding: 42px 48px;
}
.auth-action-page form { margin-top: 18px; }
@media (max-width: 600px) {
.auth-action-page { padding: 16px; }
.auth-action-page .public-card { padding: 24px; }
}
.public-kicker {
color: var(--accent);
text-transform: uppercase;