Преглед изворни кода

refresh token is already in LessPass component

pull/342/head
Guillaume Vincent пре 8 година
родитељ
комит
23f342d3f2
1 измењених фајлова са 0 додато и 7 уклоњено
  1. +0
    -7
      src/App.vue

+ 0
- 7
src/App.vue Прегледај датотеку

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

Loading…
Откажи
Сачувај