From 03348997193e7452d5d9554dcde3b3882bb63d93 Mon Sep 17 00:00:00 2001 From: braginini Date: Tue, 7 Jun 2022 16:26:16 +0200 Subject: [PATCH] Add logout button on error --- src/App.tsx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 2a7f431..f2bab09 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -52,12 +52,19 @@ function App() { return + extra={<> - + + + } /> }