mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 21:00:41 +00:00
feat: preload DomainRulesPage component for authenticated workspace and demo experience
This commit is contained in:
@@ -8,6 +8,7 @@ export function preloadAuthenticatedWorkspace(isAdmin: boolean): Promise<unknown
|
||||
import('@/components/SendsPage'),
|
||||
import('@/components/TotpCodesPage'),
|
||||
import('@/components/SettingsPage'),
|
||||
import('@/components/DomainRulesPage'),
|
||||
import('@/components/SecurityDevicesPage'),
|
||||
]);
|
||||
}
|
||||
@@ -41,6 +42,7 @@ export function preloadDemoExperience(): () => void {
|
||||
() => import('@/components/SendsPage'),
|
||||
() => import('@/components/TotpCodesPage'),
|
||||
() => import('@/components/SettingsPage'),
|
||||
() => import('@/components/DomainRulesPage'),
|
||||
() => import('@/components/SecurityDevicesPage'),
|
||||
() => import('@/components/AdminPage'),
|
||||
() => import('@/components/BackupCenterPage'),
|
||||
|
||||
Reference in New Issue
Block a user