mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 23:39:56 +01:00
Merge branch 'develop' of github.com:ansible-semaphore/semaphore into develop
This commit is contained in:
commit
9c7bfa0d6c
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user