Build 29091656

This commit is contained in:
Renan LE CARO 2025-04-24 14:57:08 +02:00
parent f48d9bdfa3
commit e2d8a0ab5c
28 changed files with 2607 additions and 2496 deletions

View file

@ -156,7 +156,10 @@ migrate("set_user_id", () => {
if (!localStorage.getItem("breakout_71_user_id")) {
localStorage.setItem(
"breakout_71_user_id",
JSON.stringify(self?.crypto?.randomUUID() || "user_" + Math.random()),
JSON.stringify(
(self?.crypto?.randomUUID && self?.crypto?.randomUUID()) ||
"user_" + Math.random(),
),
);
}
});