From c8dc7a303c5eeb176401b139c888534d461113b9 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Wed, 3 Sep 2025 00:13:41 +0200 Subject: [PATCH] Handle authentication on reader route --- src/App.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 5afd86de..eec219e5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -277,7 +277,9 @@ const MainApp = () => { const ReaderApp = () => ( - } /> + }> + } /> + );