From 2bff47a610995bd7c5c62a6c8cdac1451769c701 Mon Sep 17 00:00:00 2001 From: Anton Date: Wed, 23 Aug 2023 15:28:10 +0200 Subject: [PATCH] changed toast messages --- src/Components/AppShell/NavBar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/AppShell/NavBar.tsx b/src/Components/AppShell/NavBar.tsx index cc6ef303..d2b270c1 100644 --- a/src/Components/AppShell/NavBar.tsx +++ b/src/Components/AppShell/NavBar.tsx @@ -50,7 +50,7 @@ export default function NavBar({ appName, useAuth }: { appName: string, useAuth: icon: "✌️", }, error: 'Error', - pending: '123 ...' + pending: 'logging in ...' }); setLoginOpen(false); } @@ -67,7 +67,7 @@ export default function NavBar({ appName, useAuth }: { appName: string, useAuth: icon: "👋", }, error: 'Error', - pending: '123 ...' + pending: 'logging out ..' }); }