fixed ?next URL processing in login view

This commit is contained in:
Eugene Pankov 2022-08-13 20:30:33 +02:00
parent 4e1dd48ac6
commit 1a9bd89b44
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -41,7 +41,7 @@ async function init () {
function success () {
if (nextURL) {
replace(nextURL)
location.assign(nextURL)
} else {
replace('/')
}