mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-19 23:52:06 +00:00
fix: al login crashing
This commit is contained in:
parent
5cf2357976
commit
68ab42c22e
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,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