1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Code-split the password channge page

This commit is contained in:
Quentin Gliech
2024-07-17 09:24:42 +02:00
parent bd359848bf
commit 2649d66825
3 changed files with 347 additions and 306 deletions

View File

@@ -53,7 +53,9 @@ const ClientsIdRoute = ClientsIdImport.update({
const PasswordChangeIndexRoute = PasswordChangeIndexImport.update({
path: '/password/change/',
getParentRoute: () => rootRoute,
} as any)
} as any).lazy(() =>
import('./routes/password.change.index.lazy').then((d) => d.Route),
)
const AccountSessionsIndexRoute = AccountSessionsIndexImport.update({
path: '/sessions/',