fix(auth): secure hydration and align password forms
Quality / quality (ubuntu-latest) (push) Failing after 6m7s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-11 17:05:04 +05:30
parent 743275e6fa
commit b1086d14e9
17 changed files with 77 additions and 27 deletions
-1
View File
@@ -1785,7 +1785,6 @@ export function createHandlers(deps: RuntimeDeps): Handlers {
if (typeof documentRender === "function") {
const rendered = String(
documentRender({
cookies: ctx.cookies.getAll(),
theme: resolvedTheme,
language,
url: ctx.url.toString(),