feat(auth): Enhance authentication flow and settings management

This commit is contained in:
decolua
2026-02-05 11:26:11 +07:00
parent 0a026c7af6
commit 249fc28c49
6 changed files with 129 additions and 60 deletions
+2 -1
View File
@@ -48,7 +48,8 @@ const defaultData = {
apiKeys: [],
settings: {
cloudEnabled: false,
stickyRoundRobinLimit: 3
stickyRoundRobinLimit: 3,
requireLogin: true
},
pricing: {} // NEW: pricing configuration
};