Organize src/ into concern folders (http, auth, admin, plugin-host, ui); co-locate tests, move plugin-api barrel into plugin-host, sync docs + AGENTS layout
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<%#
|
||||
Kratos flow form body: the inner of the auth-card form — flow messages,
|
||||
hidden inputs (incl. csrf_token), themed fields, then submit button(s). `flow` is a
|
||||
FlowView (src/flow-view.ts). Captured by views/auth.ejs and handed to auth-card's body.
|
||||
FlowView (src/auth/flow-view.ts). Captured by views/auth.ejs and handed to auth-card's body.
|
||||
-%>
|
||||
<% flow.messages.forEach((m) => { -%>
|
||||
<%- include("alert", m) %>
|
||||
|
||||
Reference in New Issue
Block a user