Refactor code structure for improved readability and maintainability

This commit is contained in:
shuaiplus
2026-02-15 02:45:57 +08:00
parent 326e13adf0
commit beefe2227e
3 changed files with 3 additions and 1194 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { Env, DEFAULT_DEV_SECRET } from '../types';
import { StorageService } from '../services/storage';
import { jsonResponse, errorResponse } from '../utils/response';
import { handleRegisterPage } from './setupRegisterPage';
import { handleRegisterPage } from './setupPage';
type JwtSecretState = 'missing' | 'default' | 'too_short';