From a031c88674c30a9e56e79e5a94221a12ea48e7a7 Mon Sep 17 00:00:00 2001 From: mehmet Date: Tue, 7 May 2024 17:57:56 +0200 Subject: [PATCH] Fix bug in login functionality --- client/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index 468f2ae7..27d92c67 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -42,7 +42,7 @@ export async function regSw(user) { } } else { console.log( - 'Service workers or Push notifications are not supported by the browser.' + 'Service workers or Push notifications are not supported by the browser' ); } }