mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 14:16:15 +01:00
Fix login sessions
This commit is contained in:
parent
a5d7c24a54
commit
8613a5780f
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
|
// Check if the user is already logged in
|
||||||
|
this.$axiosUpdate()
|
||||||
|
|
||||||
// Configure axios interceptors
|
// Configure axios interceptors
|
||||||
this.$axios.interceptors.response.use(response => {
|
this.$axios.interceptors.response.use(response => {
|
||||||
|
|
Loading…
Reference in a new issue