@ -28,7 +28,7 @@ function AuthApp() {
]);
useEffect(() => {
if (!("Notification" in window)) {
alert("This browser does not support desktop notification");
// alert("This browser does not support desktop notification");
} else {
Notification.requestPermission();
}