Pārlūkot izejas kodu

refresh token is already in LessPass component

pull/342/head
Guillaume Vincent pirms 8 gadiem
vecāks
revīzija
23f342d3f2
1 mainītis faili ar 0 papildinājumiem un 7 dzēšanām
  1. +0
    -7
      src/App.vue

+ 0
- 7
src/App.vue Parādīt failu

@@ -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>

Notiek ielāde…
Atcelt
Saglabāt