fix(auth): secure hydration and align password forms
This commit is contained in:
@@ -67,6 +67,10 @@ test("scaffoldApp includes the complete v0.8 configuration and starter structure
|
||||
scaffoldApp(root, "complete-app");
|
||||
const pkg = JSON.parse(readFileSync(join(root, "package.json"), "utf8"));
|
||||
const config = readFileSync(join(root, "wrnexus.config.ts"), "utf8");
|
||||
const documentLayout = readFileSync(join(root, "app/layouts/document.wrn"), "utf8");
|
||||
|
||||
expect(documentLayout).toContain('runtime = "server"');
|
||||
expect(documentLayout).not.toContain("cookies =");
|
||||
|
||||
for (const packageName of [
|
||||
"@wrnexus/auth",
|
||||
|
||||
Reference in New Issue
Block a user