mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 06:06: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() {
|
||||
// Check if the user is already logged in
|
||||
this.$axiosUpdate()
|
||||
|
||||
// Configure axios interceptors
|
||||
this.$axios.interceptors.response.use(response => {
|
||||
|
|
Loading…
Reference in a new issue