- Manage multiple login, in different browsers... Multi Token...
- visualization of the Connection State (Online, Offline) using fetch.
This commit is contained in:
@@ -37,9 +37,9 @@ export default class App extends Vue {
|
||||
// console.info(process.env)
|
||||
}
|
||||
|
||||
UserStore.actions.autologin()
|
||||
.then((loginEseguito) => {
|
||||
if (loginEseguito) {
|
||||
UserStore.actions.autologin_FromLocalStorage()
|
||||
.then((loadstorage) => {
|
||||
if (loadstorage) {
|
||||
globalroutines(this, 'loadapp', '')
|
||||
// this.$router.replace('/')
|
||||
|
||||
@@ -48,6 +48,9 @@ export default class App extends Vue {
|
||||
}
|
||||
})
|
||||
|
||||
// Calling the Server for updates ?
|
||||
// Check the verified_email
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user