mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-16 11:14:50 -04:00
Build 29091656
This commit is contained in:
parent
f48d9bdfa3
commit
e2d8a0ab5c
28 changed files with 2607 additions and 2496 deletions
|
@ -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(),
|
||||
),
|
||||
);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue