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