diff --git a/dictation_client/src/AppRouter.tsx b/dictation_client/src/AppRouter.tsx index 7a8d45f..03a581c 100644 --- a/dictation_client/src/AppRouter.tsx +++ b/dictation_client/src/AppRouter.tsx @@ -32,7 +32,10 @@ const AppRouter: React.FC = () => ( path="/mail-confirm/alreadyExist" element={} /> - } /> + } />} + /> } />} @@ -42,10 +45,6 @@ const AppRouter: React.FC = () => ( path="/account" element={} />} /> - } />} - /> } />} diff --git a/dictation_client/src/pages/UserListPage/index.tsx b/dictation_client/src/pages/UserListPage/index.tsx index 0700f28..b83da52 100644 --- a/dictation_client/src/pages/UserListPage/index.tsx +++ b/dictation_client/src/pages/UserListPage/index.tsx @@ -3,6 +3,7 @@ import React, { useCallback, useEffect, useState } from "react"; import Header from "components/header"; import Footer from "components/footer"; import styles from "styles/app.module.scss"; +import { UpdateTokenTimer } from "components/auth/updateTokenTimer"; import { useDispatch, useSelector } from "react-redux"; import { listUsersAsync, selectDomain } from "features/user"; import { useTranslation } from "react-i18next"; @@ -46,6 +47,7 @@ const UserListPage: React.FC = (): JSX.Element => {
{/* XXX デザイン上はヘッダに「Account」「User」「License」等の項目が設定されているが、そのままでは使用できない。PBI1128ではユーザ一覧画面は作りこまないので、ユーザ一覧のPBIでヘッダをデザイン通りにする必要がある */}
+