Ver código fonte

refresh token is already in LessPass component

pull/342/head
Guillaume Vincent 8 anos atrás
pai
commit
23f342d3f2
1 arquivos alterados com 0 adições e 7 exclusões
  1. +0
    -7
      src/App.vue

+ 0
- 7
src/App.vue Ver arquivo

@@ -18,13 +18,6 @@
'hero': Hero,
'features': Features,
'lesspass-footer': Footer,
},
created(){
const fiveMinutes = 1000 * 60 * 5;
this.$store.dispatch('REFRESH_TOKEN');
setInterval(()=> {
this.$store.dispatch('REFRESH_TOKEN');
}, fiveMinutes);
}
}
</script>

Carregando…
Cancelar
Salvar