From 785535e4e6625e5829198a16a201f53c687b28b2 Mon Sep 17 00:00:00 2001 From: masaaki Date: Fri, 2 Jun 2023 04:26:08 +0000 Subject: [PATCH] =?UTF-8?q?Merged=20PR=20125:=20license=E3=81=AEAppRouter?= =?UTF-8?q?=E3=81=AB=E3=81=A4=E3=81=84=E3=81=A6=E3=80=81=E3=82=BF=E3=82=B9?= =?UTF-8?q?=E3=82=AF1791=E5=AF=BE=E5=BF=9C=E5=BE=8C=E3=81=ABRouteAuthGuard?= =?UTF-8?q?=E3=81=AE=E8=A8=AD=E5=AE=9A=E3=82=92=E5=85=A5=E3=82=8C=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 概要 [Task1789: licenseのAppRouterについて、タスク1791対応後にRouteAuthGuardの設定を入れる](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/1789) - licenseページについてRouteAuthGuardを実装しました ※「バグ 1791: 言語情報を切り替えるとログインできない」の影響で多言語対応の確認ができないので、一時的にRouteAuthGuardを外していたのを、バグ解消により修正しました。 ## レビューポイント - 修正内容に問題ないか ## UIの変更 - 特になし ## 動作確認状況 - ローカルで確認済 ## 補足 - 特になし --- dictation_client/src/AppRouter.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dictation_client/src/AppRouter.tsx b/dictation_client/src/AppRouter.tsx index 7e6362a..42d18f8 100644 --- a/dictation_client/src/AppRouter.tsx +++ b/dictation_client/src/AppRouter.tsx @@ -37,11 +37,10 @@ const AppRouter: React.FC = () => ( path="/user" element={} />} /> - - {/* XXX 本来{}とすべきだが、タスク1786により - 多言語でのログインが出来なく、多言語対応の確認ができないため一時的に外す - タスク1789で対応予定 */} - } /> + } />} + /> } />}