mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-20 08:02:12 +00:00
fix: al login crashing
This commit is contained in:
parent
2a68e6b154
commit
af57121a3d
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
ignoreNext = false
|
||||
return
|
||||
}
|
||||
history.pushState({ type, value }, '', './?id=' + Math.trunc(Math.random() * Number.MAX_SAFE_INTEGER).toString())
|
||||
history.pushState({ type, value }, '', location.origin + location.pathname + '?id=' + Math.trunc(Math.random() * Number.MAX_SAFE_INTEGER).toString())
|
||||
}
|
||||
page.subscribe((value) => {
|
||||
addPage(value, 'page')
|
||||
|
|
|
|||
Loading…
Reference in a new issue