We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51237c8 commit e6cf063Copy full SHA for e6cf063
packages/manager/src/routes/accountSettings/index.ts
@@ -41,8 +41,7 @@ export const accountSettingsRouteTree = accountSettingsRoute.addChildren([
41
accountSettingsCatchAllRoute,
42
]);
43
44
-// This supports redirecting from /settings, which was initially used to redirect to /account/settings,
45
-// and has now been changed to /account-settings.
+// This supports redirecting from /settings to /account-settings(which renamed from 'settings' to 'account-settings' ).
46
export const settingsRouteTree = createRoute({
47
getParentRoute: () => rootRoute,
48
path: 'settings',
0 commit comments