mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Web check-in: Fix search
This commit is contained in:
@@ -455,7 +455,7 @@ export default {
|
|||||||
if (!response.ok && [401, 403].includes(response.status)) {
|
if (!response.ok && [401, 403].includes(response.status)) {
|
||||||
window.location.href = '/control/login?next=' + encodeURIComponent(window.location.pathname + window.location.search + window.location.hash);
|
window.location.href = '/control/login?next=' + encodeURIComponent(window.location.pathname + window.location.search + window.location.hash);
|
||||||
}
|
}
|
||||||
response.json()
|
return response.json()
|
||||||
})
|
})
|
||||||
.then(data => {
|
.then(data => {
|
||||||
this.searchLoading = false
|
this.searchLoading = false
|
||||||
|
|||||||
Reference in New Issue
Block a user