web/device: add user agent

This commit is contained in:
wukko
2024-07-11 00:27:46 +06:00
parent 02437a686c
commit 4759f2037c
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ const device = {
mobile,
},
preferredLocale,
userAgent: navigator.userAgent,
}
const app = {