chore(ui): preserve URL's query params

This commit is contained in:
Denis Gukov 2025-01-04 13:13:45 +05:00
parent eac54d770f
commit 70b56f2393
No known key found for this signature in database
GPG Key ID: 044381366A5D4731

View File

@ -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({