diff --git a/ui/component/router/view.jsx b/ui/component/router/view.jsx index fb32391a1..eb6f74fcf 100644 --- a/ui/component/router/view.jsx +++ b/ui/component/router/view.jsx @@ -82,6 +82,7 @@ const TagsFollowingManagePage = lazyImport(() => ); const TagsFollowingPage = lazyImport(() => import('page/tagsFollowing' /* webpackChunkName: "secondary" */)); const TopPage = lazyImport(() => import('page/top' /* webpackChunkName: "secondary" */)); +const UpdatePasswordPage = lazyImport(() => import('page/passwordUpdate' /* webpackChunkName: "passwordUpdate" */)); const Welcome = lazyImport(() => import('page/welcome' /* webpackChunkName: "secondary" */)); const YoutubeSyncPage = lazyImport(() => import('page/youtubeSync' /* webpackChunkName: "secondary" */)); @@ -294,6 +295,7 @@ function AppRouter(props: Props) { + {isAuthenticated && ( -
- -
+ +