mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 07:19:20 +01:00
chore(ui): preserve URL's query params
This commit is contained in:
parent
eac54d770f
commit
70b56f2393
@ -214,7 +214,7 @@ export default {
|
||||
|
||||
switch (status) {
|
||||
case 'authenticated':
|
||||
document.location = document.baseURI;
|
||||
document.location = document.baseURI + window.location.search;
|
||||
break;
|
||||
case 'unauthenticated':
|
||||
await axios({
|
||||
|
Loading…
Reference in New Issue
Block a user