Merge branch 'main' into dev/chat

dev/chat
Lei OT 1 year ago
commit dd6a38861e

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

Loading…
Cancel
Save