Merge branch 'develop' of github.com:ansible-semaphore/semaphore into develop

This commit is contained in:
Denis Gukov 2021-08-31 04:28:45 +05:00
commit 9c7bfa0d6c

View File

@ -87,7 +87,7 @@ export default {
async created() {
if (this.isAuthenticated()) {
document.location = '/';
document.location = document.baseURI;
}
},
@ -115,7 +115,7 @@ export default {
},
});
document.location = '/';
document.location = document.baseURI;
} catch (err) {
console.log(err);
if (err.response.status === 401) {