Save worktree changes

This commit is contained in:
2026-07-25 02:29:19 +01:00
parent 8d3b7d557b
commit db9d718cd8
170 changed files with 11719 additions and 3414 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
const { renderView } = require('../../view');
module.exports = function renderLoginPage(message) {
return renderView('login', {
return renderView('auth/login', {
title: 'Sign in',
authShell: true,
bodyClass: 'login-page-body',