chore: update version to 1.1.0 and improve two-factor provider validation

This commit is contained in:
shuaiplus
2026-02-20 18:39:18 +08:00
parent aaf5078c8a
commit b6f2882cdf
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ export class StorageService {
// --- Database initialization ---
// Strategy:
// - Run only once per isolate.
// - Execute idempotent schema SQL on first DB use in each isolate.
// - Execute idempotent schema SQL on first request in each isolate.
// - Keep statements idempotent so updates are safe.
async initializeDatabase(): Promise<void> {
if (StorageService.schemaVerified) return;