fix(auth): secure hydration and align password forms
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user