Merge branch 'dev' into staging

This commit is contained in:
Nastya 2024-04-11 15:23:03 +03:00
commit e45a10f41e

@ -23,6 +23,8 @@ if (userAgent.toLowerCase().includes("macintosh")) { OSDevice = "Mac OS"; }
if (OSDevice === undefined) { OSDevice = userAgent; }
//браузер
console.log(Bowser)
console.log(Bowser.name)
let browserUser: string;
if (Bowser.name === "Chrome") {
browserUser = "Chrome";