You've already forked authentication-service
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:
@@ -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/',
|
||||
|
Reference in New Issue
Block a user