From 0e9b9377d30a135ebb774c2b9ceb7c4d85040b52 Mon Sep 17 00:00:00 2001 From: mehmet Date: Tue, 7 May 2024 19:11:22 +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 6581bdce..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' ); } }